nmi_raise() actually raises NMI, should fix ES1371 legacy device and other stuff.
This commit is contained in:
@@ -1897,6 +1897,8 @@ nmi_raise(void)
|
|||||||
{
|
{
|
||||||
if (is486 && (cpu_fast_off_flags & 0x20000000))
|
if (is486 && (cpu_fast_off_flags & 0x20000000))
|
||||||
cpu_fast_off_advance();
|
cpu_fast_off_advance();
|
||||||
|
|
||||||
|
nmi = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user