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:
parent
8254982003
commit
7f14991442
|
@ -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":
|
||||||
|
|
Loading…
Reference in New Issue