Add VIA Cyrix III CPUs. Note that this is currently limited to 500 MHz,
as Windows 98 won't boot on anything any faster than this. This is most likely a limitation of the current timer subsystem.
This commit is contained in:
parent
2b43125f79
commit
114cdd7a15
9 changed files with 810 additions and 4 deletions
|
|
@ -45,11 +45,13 @@ extern int fpu_type;
|
|||
#define CPU_PENTIUM_2 29
|
||||
#define CPU_CELERON 30
|
||||
#define CPU_CELERON_A 31
|
||||
#define CPU_CYRIX_III 32
|
||||
|
||||
#define MANU_INTEL 0
|
||||
#define MANU_AMD 1
|
||||
#define MANU_CYRIX 2
|
||||
#define MANU_IDT 3
|
||||
#define MANU_VIA 4
|
||||
|
||||
extern int timing_rr;
|
||||
extern int timing_mr, timing_mrl;
|
||||
|
|
@ -123,6 +125,7 @@ extern CPU cpus_K6_S7[];
|
|||
extern CPU cpus_K6_SS7[];
|
||||
extern CPU cpus_PentiumPro[];
|
||||
extern CPU cpus_Slot1_100MHz[];
|
||||
extern CPU cpus_VIA_100MHz[];
|
||||
|
||||
extern CPU cpus_pcjr[];
|
||||
extern CPU cpus_europc[];
|
||||
|
|
|
|||
Loading…
Reference in a new issue