NES: ExROM: fix crash in CV3
This commit is contained in:
parent
3169968858
commit
58359d5ac9
|
@ -270,7 +270,7 @@ namespace BizHawk.Emulation.Consoles.Nintendo
|
||||||
{
|
{
|
||||||
if (addr < 0x2000)
|
if (addr < 0x2000)
|
||||||
{
|
{
|
||||||
throw new InvalidOperationException();
|
// no vram or anything here ever
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue