remove todo and support NAMCOT-3405 (testing confirms Side Pocket and Super Xevious work well)

This commit is contained in:
adelikat 2014-01-18 15:28:39 +00:00
parent ff840c9cba
commit 1f7f5fb6d4
1 changed files with 1 additions and 2 deletions

View File

@ -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;