NESHawk - support UNIF_BMC-SuperHIK8in1 unf board (same as mapper 45)

This commit is contained in:
adelikat 2015-08-18 20:41:21 -04:00
parent ad601227bb
commit dd973d03fc
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
switch (Cart.board_type)
{
case "MAPPER045":
case "UNIF_BMC-SuperHIK8in1":
break;
default:
return false;