Preparation for SMI# and NMI# changes.

This commit is contained in:
OBattler
2022-07-16 02:45:46 +02:00
parent 68435320aa
commit da5d451386
3 changed files with 18 additions and 9 deletions

View File

@@ -210,9 +210,6 @@ exec386(int cycs)
loadcs(readmemw(0, addr + 2));
}
} else if (nmi && nmi_enable && nmi_mask) {
if (is486 && (cpu_fast_off_flags & 0x20000000))
cpu_fast_off_count = cpu_fast_off_val + 1;
cpu_state.oldpc = cpu_state.pc;
x86_int(2);
nmi_enable = 0;