Update BxROM

This commit is contained in:
alyosha-tas 2017-06-09 20:43:02 -04:00 committed by GitHub
parent ef14794181
commit ab818f1b93
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
{