Mapper 243 - remove reference to unif having problems as the documentation bug was probably what was being observed
This commit is contained in:
parent
9dfa48015e
commit
637d2c95c0
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue