Add initial implementation of Intel VS440FX motherboard.
As part of this, add dummy Pentium Pro emulation, as well as Intel 440FX chipset, PC87307 SuperIO and Intel 28FB200BX-T Flash.
This commit is contained in:
parent
602d6f1ce6
commit
cf33ab6c39
15 changed files with 751 additions and 101 deletions
|
|
@ -41,6 +41,7 @@ extern int fpu_type;
|
|||
#define CPU_K6_3 25
|
||||
#define CPU_K6_2P 26
|
||||
#define CPU_K6_3P 27
|
||||
#define CPU_PENTIUMPRO 28
|
||||
|
||||
#define MANU_INTEL 0
|
||||
#define MANU_AMD 1
|
||||
|
|
@ -117,6 +118,7 @@ extern CPU cpus_6x86[];
|
|||
extern CPU cpus_6x86_SS7[];
|
||||
extern CPU cpus_K6_S7[];
|
||||
extern CPU cpus_K6_SS7[];
|
||||
extern CPU cpus_PentiumPro[];
|
||||
|
||||
extern CPU cpus_pcjr[];
|
||||
extern CPU cpus_europc[];
|
||||
|
|
|
|||
Loading…
Reference in a new issue