NES - fix Ys English translation hacks

This commit is contained in:
adelikat 2014-01-18 13:34:13 +00:00
parent f36b213eae
commit 92687cfc05
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
case "TENGEN-800037": //Alien Syndrome (U)
AssertPrg(128); AssertChr(128); AssertVram(0); AssertWram(0);
break;
case "MAPPER118":
break;
default:
return false;
}