nes: MMC5: clean up debug message
This commit is contained in:
parent
2ac9395a37
commit
9196400b70
|
@ -712,7 +712,6 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
|
|||
irq_counter++;
|
||||
if (irq_counter == irq_target)
|
||||
{
|
||||
Console.WriteLine("IRQ @{0}", irq_target);
|
||||
irq_pending = true;
|
||||
SyncIRQ();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue