remove todo and support NAMCOT-3405 (testing confirms Side Pocket and Super Xevious work well)
This commit is contained in:
parent
ff840c9cba
commit
1f7f5fb6d4
|
@ -18,8 +18,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
|
|||
break;
|
||||
case "NAMCOT-3405": //side pocket (J)
|
||||
AssertPrg(128); AssertChr(32); AssertVram(0); AssertWram(0);
|
||||
throw new Exception("TODO - test please");
|
||||
//break;
|
||||
break;
|
||||
case "NAMCOT-3406": //karnov (J)
|
||||
AssertPrg(128); AssertChr(64); AssertVram(0); AssertWram(0);
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue