diff --git a/cpuexec.cpp b/cpuexec.cpp index 206a2447..beac4928 100644 --- a/cpuexec.cpp +++ b/cpuexec.cpp @@ -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 = 14; + Timings.NMITriggerPos = 8; } }