NESHawk fix a DMC bug

This commit is contained in:
alyosha-tas 2022-01-06 13:39:25 -05:00
parent c7403e7fe7
commit e40fdb00ac
1 changed files with 0 additions and 1 deletions

View File

@ -506,7 +506,6 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
{
//Console.WriteLine("dmc double " + cpu.TotalExecutedCycles + " " + cpu.opcode + " " + cpu.mi);
apu.dmc_dma_countdown += 2;
apu.DMC_RDY_check = -1;
}
cpu.RDY = false;