remove list of games in comments from that mapper. they were apparently all wrong; I have seen more updated data in nesdevwiki

This commit is contained in:
zeromus 2021-02-09 23:03:54 -05:00
parent 8254982003
commit 7f14991442
1 changed files with 0 additions and 5 deletions

View File

@ -41,14 +41,9 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
switch (Cart.BoardType) switch (Cart.BoardType)
{ {
case "NAMCOT-175": case "NAMCOT-175":
//wagyan land 2
//splatter house
SetMirrorType(Cart.PadH, Cart.PadV); SetMirrorType(Cart.PadH, Cart.PadV);
break; break;
case "NAMCOT-340": case "NAMCOT-340":
//family circuit '91
//dream master
//famista '92
enablemirror = true; enablemirror = true;
break; break;
case "MAPPER210": case "MAPPER210":