Update BxROM

This commit is contained in:
alyosha-tas 2017-06-09 20:43:02 -04:00 committed by adelikat
parent e474d3fe79
commit 0c38598df1
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
{
if (VRAM != null)
{
return VRAM[addr | (chr_bank_8k << 13)];
return VRAM[addr];
}
else
{