Update NROM.cs

This commit is contained in:
alyosha-tas 2017-06-06 07:52:17 -04:00 committed by GitHub
parent d38afa045d
commit 7d9b878d5f
1 changed files with 2 additions and 1 deletions

View File

@ -47,6 +47,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
case "NAMCOT-3305":
case "NAMCOT-3311":
case "NAMCOT-3312":
case "NAMCOT-NROM-128":
case "NES-NROM-128":
case "NES-NROM-256": //10 yard fight
case "NES-RROM-128":
@ -92,4 +93,4 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
return ROM[addr];
}
}
}
}