From 0a7002711f817c3616996c001cf9566ca0dc8d1c Mon Sep 17 00:00:00 2001 From: alyosha-tas Date: Fri, 7 Oct 2016 13:57:53 -0400 Subject: [PATCH] Update NES.Core.cs --- BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.Core.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.Core.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.Core.cs index 941e8785fe..5e6c82b446 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.Core.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.Core.cs @@ -369,7 +369,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES sprdma_countdown--; if (sprdma_countdown == 0) { - if (cpu.TotalExecutedCycles % 2 == 0) + if (cpu.TotalExecutedCycles % 2 == 1) { cpu_deadcounter = 2; }