Fix M6117 clocking mistake; the CPU has a clock divider(!)

This commit is contained in:
RichardG867
2020-09-08 22:19:36 -03:00
parent 8d44f2e329
commit 4107c2090e

View File

@@ -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