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

@@ -1068,9 +1068,7 @@ vid_in_200(uint16_t addr, void *priv)
case 0x03dd:
ret = vid->crtc_index; /* Read NMI reason */
vid->crtc_index &= 0x1f; /* Reset NMI reason */
#ifdef OLD_NMI_BEHAVIOR
nmi = 0; /* And reset NMI flag */
#endif
return(ret);
case 0x03de: