support UNL-SA-0036 unif board by mapping it to Mapper 149

This commit is contained in:
adelikat 2016-10-14 20:55:28 -05:00
parent 347413c2e5
commit caacef1db6
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
ExpWrite = SA009_Write;
break;
case "MAPPER149":
case "UNIF_UNL-SA-0036":
PrgWrite = SA72007_Write;
break;
case "MAPPER148":