Mapper 243 - remove reference to unif having problems as the documentation bug was probably what was being observed

This commit is contained in:
adelikat 2015-08-09 20:04:27 -04:00
parent 9dfa48015e
commit 637d2c95c0
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
switch (Cart.board_type)
{
case "MAPPER243":
case "UNIF_UNL-Sachen-74LS374N": // seems to have some problems
case "UNIF_UNL-Sachen-74LS374N":
break;
default:
return false;