SIO/PIIX/PIIX3 turbo reset control as well as emulator hard reset now also reset the PCI interrupt hold status in addition to the ELCR.

This commit is contained in:
OBattler
2017-08-28 22:55:10 +02:00
parent 3cad1672a8
commit 979977b430
3 changed files with 20 additions and 2 deletions

View File

@@ -173,7 +173,7 @@ void trc_reset(uint8_t val)
port_92_reset();
keyboard_at_reset();
elcr_reset();
pci_reset();
}
resetx86();
}