mirror of https://github.com/snes9xgit/snes9x.git
Use delay of 14 instead of 12 cycles for first NMI
This commit is contained in:
parent
40c1ff604a
commit
9a80ecda2a
|
@ -538,7 +538,7 @@ void S9xDoHEventProcessing (void)
|
||||||
// FIXME: triggered at HC=6, checked just before the final CPU cycle,
|
// FIXME: triggered at HC=6, checked just before the final CPU cycle,
|
||||||
// then, when to call S9xOpcode_NMI()?
|
// then, when to call S9xOpcode_NMI()?
|
||||||
CPU.NMIPending = TRUE;
|
CPU.NMIPending = TRUE;
|
||||||
Timings.NMITriggerPos = 6 + 6;
|
Timings.NMITriggerPos = 14;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue