Revert previous per console test
This commit is contained in:
parent
2f94766f0e
commit
49eb6e61a4
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue