Revert previous per console test

This commit is contained in:
alyosha-tas 2016-10-11 09:11:41 -04:00 committed by GitHub
parent 2f94766f0e
commit 49eb6e61a4
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 == 1)
if (cpu.TotalExecutedCycles % 2 == 0)
{
cpu_deadcounter = 2;
}