NESHawk - support UNIF_UNL-TC-U01-1.5M (same as mapper 147)

This commit is contained in:
adelikat 2015-08-22 17:10:24 -04:00
parent 9f59219a39
commit ad5de7e0af
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
switch (Cart.board_type)
{
case "MAPPER147":
case "UNIF_UNL-TC-U01-1.5M":
break;
default:
return false;