NES - fix Ys English translation hacks
This commit is contained in:
parent
f36b213eae
commit
92687cfc05
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue