Chipsets.

This commit is contained in:
OBattler
2022-07-16 02:58:37 +02:00
parent d68121ae89
commit f6fef765d7
15 changed files with 15 additions and 15 deletions

View File

@@ -390,7 +390,7 @@ sis_85c49x_pci_write(int func, int addr, uint8_t val, void *priv)
if (dev->pci_conf[0x80] & 0x10)
picint(1 << smm_irq[dev->pci_conf[0x81] & 0x03]);
else
smi_line = 1;
smi_raise();
smi_block = 1;
dev->pci_conf[0xa0] |= 0x10;
}