Attempt to fix parsing mapper 4 from NES 2.0 header (resolves #4336)
This commit is contained in:
parent
8e3e16b888
commit
6fc7ac6b61
|
@ -34,6 +34,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
|
|||
case "TXROM-HOMEBREW": // should this even exist?
|
||||
break;
|
||||
case "MAPPER004":
|
||||
case "MAPPER0004-00":
|
||||
if (Cart.InesMirroring == 2) // send these to TVROM
|
||||
return false;
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue