Update NES.Core.cs

This commit is contained in:
alyosha-tas 2016-10-07 13:57:53 -04:00 committed by GitHub
parent e281950902
commit 0a7002711f
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}