AxROM: forgot that stupid ines doesn't really specify vram size at all. force vram = 8 for MAPPER007, because that's all that makes sense
This commit is contained in:
parent
a77e103d2b
commit
2c881a0785
|
@ -24,7 +24,7 @@ namespace BizHawk.Emulation.Consoles.Nintendo
|
|||
{
|
||||
case "MAPPER007":
|
||||
bus_conflict = false;
|
||||
AssertVram(8); AssertWram(0);
|
||||
Cart.vram_size = 8;
|
||||
break;
|
||||
|
||||
case "NES-ANROM": //marble madness
|
||||
|
|
Loading…
Reference in New Issue