From 2c881a07857bfe8bf5f582c9b2c14c16b295a339 Mon Sep 17 00:00:00 2001 From: goyuken Date: Wed, 17 Oct 2012 01:56:28 +0000 Subject: [PATCH] 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 --- BizHawk.Emulation/Consoles/Nintendo/NES/Boards/AxROM.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Emulation/Consoles/Nintendo/NES/Boards/AxROM.cs b/BizHawk.Emulation/Consoles/Nintendo/NES/Boards/AxROM.cs index fbe2de095d..66efd4433d 100644 --- a/BizHawk.Emulation/Consoles/Nintendo/NES/Boards/AxROM.cs +++ b/BizHawk.Emulation/Consoles/Nintendo/NES/Boards/AxROM.cs @@ -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