That didn't really help. Revert.

This commit is contained in:
Brandon Wright 2018-07-04 12:44:33 -05:00
parent 1041ef7aa1
commit 6ebe7b46d1
1 changed files with 1 additions and 1 deletions

View File

@ -538,7 +538,7 @@ void S9xDoHEventProcessing (void)
// FIXME: triggered at HC=6, checked just before the final CPU cycle,
// then, when to call S9xOpcode_NMI()?
CPU.NMIPending = TRUE;
Timings.NMITriggerPos = 8;
Timings.NMITriggerPos = 6 + 6;
}
}