mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 09:35:32 -07:00
CPU: 40 MHz bus speed means 20 MHz PCI speed, per real hardware report by Efflixi.
This commit is contained in:
@@ -1897,7 +1897,7 @@ cpu_set_pci_speed(int speed)
|
||||
{
|
||||
if (speed)
|
||||
cpu_pci_speed = speed;
|
||||
else if (cpu_busspeed < 42500000)
|
||||
else if (cpu_busspeed < 40000000)
|
||||
cpu_pci_speed = cpu_busspeed;
|
||||
else if (cpu_busspeed < 84000000)
|
||||
cpu_pci_speed = cpu_busspeed / 2;
|
||||
|
||||
Reference in New Issue
Block a user