Combine the very similar mappers 126/422/534/BS400/BS4040 into one common source code file. Rewrite for accuracy and compatibility with all known game dumps. Replace FUTURE KIDS hack with correct CNROM masking.

This commit is contained in:
NewRisingSun
2021-01-31 15:51:09 +01:00
parent c17439b4f4
commit 82ce944aa3
8 changed files with 141 additions and 354 deletions

View File

@@ -699,6 +699,7 @@ INES_BOARD_BEGIN()
INES_BOARD( "Realtec 8210", 395, Mapper395_Init )
INES_BOARD( "BMC Super 19-in-1 (VIP19)", 401, Mapper401_Init )
INES_BOARD( "A88S-1", 411, Mapper411_Init )
INES_BOARD( "BS-400R/BS-4040", 422, Mapper422_Init )
INES_BOARD( "Brilliant Com Cocoma Pack", 516, Mapper516_Init )
INES_BOARD( "Sachen 3014", 533, Mapper533_Init )
INES_BOARD( "NJ064", 534, Mapper534_Init )