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:
goyuken 2012-10-17 01:56:28 +00:00
parent a77e103d2b
commit 2c881a0785
1 changed files with 1 additions and 1 deletions

View File

@ -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