NESHawk - support UNIF_UNL-TC-U01-1.5M (same as mapper 147)
This commit is contained in:
parent
9f59219a39
commit
ad5de7e0af
|
@ -17,6 +17,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
|
||||||
switch (Cart.board_type)
|
switch (Cart.board_type)
|
||||||
{
|
{
|
||||||
case "MAPPER147":
|
case "MAPPER147":
|
||||||
|
case "UNIF_UNL-TC-U01-1.5M":
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue