GBHawk: Pass new MBC1 test

This commit is contained in:
alyosha-tas 2017-12-06 08:48:39 -05:00
parent b65c10afc7
commit 80e1ef7ad5
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.GBHawk
{
if (addr < 0x2000)
{
RAM_enable = (value & 0xA) == 0xA;
RAM_enable = (value & 0xF) == 0xA;
}
else if (addr < 0x4000)
{