nmi_raise() actually raises NMI, should fix ES1371 legacy device and other stuff.

This commit is contained in:
OBattler
2022-08-09 04:34:48 +02:00
parent fa4bf124bd
commit 2a6a061556

View File

@@ -1897,6 +1897,8 @@ nmi_raise(void)
{
if (is486 && (cpu_fast_off_flags & 0x20000000))
cpu_fast_off_advance();
nmi = 1;
}