From a77e103d2bc4825a265616e4c1a8266b65285b34 Mon Sep 17 00:00:00 2001 From: goyuken Date: Wed, 17 Oct 2012 01:52:54 +0000 Subject: [PATCH] nes AxROM: turn crash from bad iNESes into an assert failure. --- BizHawk.Emulation/Consoles/Nintendo/NES/Boards/AxROM.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BizHawk.Emulation/Consoles/Nintendo/NES/Boards/AxROM.cs b/BizHawk.Emulation/Consoles/Nintendo/NES/Boards/AxROM.cs index a0ba299a25..fbe2de095d 100644 --- a/BizHawk.Emulation/Consoles/Nintendo/NES/Boards/AxROM.cs +++ b/BizHawk.Emulation/Consoles/Nintendo/NES/Boards/AxROM.cs @@ -24,6 +24,7 @@ namespace BizHawk.Emulation.Consoles.Nintendo { case "MAPPER007": bus_conflict = false; + AssertVram(8); AssertWram(0); break; case "NES-ANROM": //marble madness