A7800Hawk fix cart parsing for RAM bank, fixes 1129

This commit is contained in:
alyosha-tas 2018-03-10 08:06:07 -05:00
parent 38a07e8246
commit 4208eea12f
1 changed files with 5 additions and 0 deletions

View File

@ -168,6 +168,11 @@ namespace BizHawk.Emulation.Cores.Atari.A7800Hawk
else
{
s_mapper = "1";
}
if (cart_2.Bit(2))
{
cart_RAM = 8;
}
}
else