CPU: 40 MHz bus speed means 20 MHz PCI speed, per real hardware report by Efflixi.

This commit is contained in:
OBattler
2026-01-20 16:22:04 +01:00
parent f925685ba8
commit 89eff9b33f

View File

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