Fix M6117 clocking mistake; the CPU has a clock divider(!)
This commit is contained in:
@@ -216,8 +216,8 @@ CPU cpus_Am386DX[] = {
|
|||||||
/* All M6117 timings and edx_reset values assumed. */
|
/* All M6117 timings and edx_reset values assumed. */
|
||||||
CPU cpus_ALiM6117[] = {
|
CPU cpus_ALiM6117[] = {
|
||||||
/*i386DX/RapidCAD*/
|
/*i386DX/RapidCAD*/
|
||||||
{"M6117/66", CPU_386DX, fpus_80386, 66666666, 1, 0x2308, 0, 0, 0, 3,3,3,3, 2},
|
{"M6117/33", CPU_386DX, fpus_80386, 33333333, 1, 0x2308, 0, 0, 0, 6,6,3,3, 4},
|
||||||
{"M6117/80", CPU_386DX, fpus_80386, 80000000, 1, 0x2308, 0, 0, 0, 4,4,3,3, 3},
|
{"M6117/40", CPU_386DX, fpus_80386, 40000000, 1, 0x2308, 0, 0, 0, 7,7,3,3, 5},
|
||||||
{"", -1, 0, 0, 0, 0, 0, 0, 0,0,0,0, 0}
|
{"", -1, 0, 0, 0, 0, 0, 0, 0,0,0,0, 0}
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user