Update NES.Core.cs

This commit is contained in:
alyosha-tas 2017-01-10 10:58:48 -05:00 committed by GitHub
parent 9aee377d66
commit 7e6ca99e1a
1 changed files with 0 additions and 2 deletions

View File

@ -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;
}