GBHawk: Pass new MBC1 test
This commit is contained in:
parent
b65c10afc7
commit
80e1ef7ad5
|
@ -83,7 +83,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.GBHawk
|
||||||
{
|
{
|
||||||
if (addr < 0x2000)
|
if (addr < 0x2000)
|
||||||
{
|
{
|
||||||
RAM_enable = (value & 0xA) == 0xA;
|
RAM_enable = (value & 0xF) == 0xA;
|
||||||
}
|
}
|
||||||
else if (addr < 0x4000)
|
else if (addr < 0x4000)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue