Fix incorrectly set 7.16 MHz clock speeds on some chipsets

This commit is contained in:
Alexander Babikov
2021-04-26 04:18:52 +05:00
parent 92f05439e2
commit 0208c7560f
4 changed files with 4 additions and 4 deletions

View File

@@ -373,7 +373,7 @@ pci_isa_bridge_write(int func, int addr, uint8_t val, void *priv)
switch ((val & 0xc0) >> 6)
{
case 0:
cpu_set_isa_speed(7.159);
cpu_set_isa_speed(7159091);
break;
case 1:
cpu_set_isa_pci_div(4);