NESHawk fix a DMC bug
This commit is contained in:
parent
c7403e7fe7
commit
e40fdb00ac
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue