Not only AudioPCI, revert the NMI way where applicable (ali1489, viapipc, amstrad and sigma).

This commit is contained in:
TC1995
2022-07-16 22:04:45 +02:00
parent 1b8e50e4da
commit d630bba26e
4 changed files with 0 additions and 8 deletions

View File

@@ -197,9 +197,7 @@ ali1489_defaults(ali1489_t *dev)
picintc(1 << 10);
picintc(1 << 15);
#ifdef OLD_NMI_BEHAVIOR
nmi = 0;
#endif
smi_line = 0;
in_smm = 0;

View File

@@ -728,10 +728,8 @@ pipc_fmnmi_read(uint16_t addr, void *priv)
if (dev->ac97_regs[0][0x48] & 0x01) {
if (dev->ac97_regs[0][0x48] & 0x04)
smi_line = 0;
#ifdef OLD_NMI_BEHAVIOR
else
nmi = 0;
#endif
}
#endif