nes-fix mapper 2 which broke a few revisions ago
This commit is contained in:
parent
557f437195
commit
eb13c505d6
|
@ -31,7 +31,7 @@ namespace BizHawk.Emulation.Consoles.Nintendo
|
||||||
//configure
|
//configure
|
||||||
switch (Cart.board_type)
|
switch (Cart.board_type)
|
||||||
{
|
{
|
||||||
case "MAPPER2":
|
case "MAPPER002":
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case "NES-UNROM": //mega man
|
case "NES-UNROM": //mega man
|
||||||
|
|
Loading…
Reference in New Issue