From 7e6ca99e1a7c692841991e7f3e886074638ee795 Mon Sep 17 00:00:00 2001 From: alyosha-tas Date: Tue, 10 Jan 2017 10:58:48 -0500 Subject: [PATCH] Update NES.Core.cs --- BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.Core.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.Core.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.Core.cs index 45a7816128..b039d40ce4 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.Core.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.Core.cs @@ -578,7 +578,6 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES ret_spec = read_joyport(addr); if (do_the_reread && ppu.region==PPU.Region.NTSC) { - Console.WriteLine("collision 1"); ret_spec = read_joyport(addr); do_the_reread = false; } @@ -603,7 +602,6 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES ret_spec = read_joyport(addr); if (do_the_reread && ppu.region == PPU.Region.NTSC) { - Console.WriteLine("collision 2"); ret_spec = read_joyport(addr); do_the_reread = false; }