Apply IRQ flag changes before triggering NMI (#318)

This commit is contained in:
OV2 2018-06-02 23:21:26 +02:00
parent 55cf0c287f
commit 7d5128d294
1 changed files with 1 additions and 0 deletions

View File

@ -238,6 +238,7 @@ void S9xMainLoop (void)
S9xDoHEventProcessing();
}
CHECK_FOR_IRQ_CHANGE();
S9xOpcode_NMI();
}
}