A7800Hawk fix cart parsing for RAM bank, fixes 1129
This commit is contained in:
parent
38a07e8246
commit
4208eea12f
|
@ -168,6 +168,11 @@ namespace BizHawk.Emulation.Cores.Atari.A7800Hawk
|
|||
else
|
||||
{
|
||||
s_mapper = "1";
|
||||
}
|
||||
|
||||
if (cart_2.Bit(2))
|
||||
{
|
||||
cart_RAM = 8;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue