Update VRC1.cs

This commit is contained in:
alyosha-tas 2016-10-29 18:56:27 -04:00 committed by GitHub
parent 3bf90c5e42
commit bbabe23355
1 changed files with 1 additions and 2 deletions

View File

@ -122,7 +122,6 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
}
else
{
Console.WriteLine(addr);
addr = addr - 0x2000;
if (addr < 0x800)
{
@ -178,4 +177,4 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
}
}
}