Patch for the revamp
- Delinked CPU bus speed from PCI speed - Changed the CPU multiplier from an integer to a double - Changed the CPU cache/mem cycles on the K6-2s from fractions to integers - Fixed cache/mem cycles on the faster Cyrix MIIs - Fixed some spacing issues that I created
This commit is contained in:
@@ -270,9 +270,6 @@ cpu_set(void)
|
||||
cpu_16bitbus = (cpu_s->cpu_type == CPU_286 || cpu_s->cpu_type == CPU_386SX || cpu_s->cpu_type == CPU_486SLC || cpu_s->cpu_type == CPU_IBM386SLC || cpu_s->cpu_type == CPU_IBM486SLC );
|
||||
|
||||
if (cpu_s->multi) {
|
||||
if (cpu_s->pci_speed)
|
||||
cpu_busspeed = cpu_s->pci_speed;
|
||||
else
|
||||
cpu_busspeed = cpu_s->rspeed / cpu_s->multi;
|
||||
}
|
||||
cpu_multi = cpu_s->multi;
|
||||
|
||||
Reference in New Issue
Block a user