nes AxROM: turn crash from bad iNESes into an assert failure.
This commit is contained in:
parent
d465599044
commit
a77e103d2b
|
@ -24,6 +24,7 @@ namespace BizHawk.Emulation.Consoles.Nintendo
|
||||||
{
|
{
|
||||||
case "MAPPER007":
|
case "MAPPER007":
|
||||||
bus_conflict = false;
|
bus_conflict = false;
|
||||||
|
AssertVram(8); AssertWram(0);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case "NES-ANROM": //marble madness
|
case "NES-ANROM": //marble madness
|
||||||
|
|
Loading…
Reference in New Issue