NES: ExROM: fix crash in CV3

This commit is contained in:
goyuken 2013-07-20 05:27:39 +00:00
parent 3169968858
commit 58359d5ac9
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ namespace BizHawk.Emulation.Consoles.Nintendo
{
if (addr < 0x2000)
{
throw new InvalidOperationException();
// no vram or anything here ever
}
else
{