Made NMI's always auto-clear, will revert if it makes things worse.
This commit is contained in:
@@ -968,6 +968,9 @@ check_interrupts(void)
|
||||
if (nmi && nmi_enable && nmi_mask) {
|
||||
nmi_enable = 0;
|
||||
interrupt(2);
|
||||
#ifndef OLD_NMI_BEHAVIOR
|
||||
nmi = 0;
|
||||
#endif
|
||||
return;
|
||||
}
|
||||
if ((cpu_state.flags & I_FLAG) && pic.int_pending && !noint) {
|
||||
|
||||
Reference in New Issue
Block a user