From 1041ef7aa1686b0be1cddc2a4d7da0a22c093967 Mon Sep 17 00:00:00 2001 From: Brandon Wright Date: Wed, 4 Jul 2018 11:14:17 -0500 Subject: [PATCH] Use 8 instead of 14, since it's closer to accurate. --- cpuexec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }