From 49eb6e61a43968abc83f048481f56d3977e2f9c2 Mon Sep 17 00:00:00 2001 From: alyosha-tas Date: Tue, 11 Oct 2016 09:11:41 -0400 Subject: [PATCH] Revert previous per console test --- 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 5e6c82b446..941e8785fe 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 == 1) + if (cpu.TotalExecutedCycles % 2 == 0) { cpu_deadcounter = 2; }