mirror of https://github.com/snes9xgit/snes9x.git
Use 8 instead of 14, since it's closer to accurate.
This commit is contained in:
parent
9a80ecda2a
commit
1041ef7aa1
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue