GBHawk: #2715 , still needs vram open bus fix but that's seperate

This commit is contained in:
alyosha-tas 2021-05-17 17:07:00 -04:00
parent 12b5ea62eb
commit 9f71f9b424
1 changed files with 1 additions and 1 deletions

View File

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