Attempt to fix parsing mapper 4 from NES 2.0 header (resolves #4336)

This commit is contained in:
YoshiRulz 2025-05-28 05:43:18 +10:00
parent 8e3e16b888
commit 6fc7ac6b61
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 0 deletions

View File

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