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

@@ -616,8 +616,8 @@ static BMAPPING bmap[] = {
{ "82112C", 540, Mapper540_Init, 0 },
{ "N49C-300", 369, Mapper369_Init, 0 },
{ "BS-400R", NO_INES, BS400R_Init, 0 },
{ "BS-4040R", NO_INES, BS4040R_Init, 0 },
{ "BS-400R", 422, Mapper422_Init, 0 },
{ "BS-4040R", 422, Mapper422_Init, 0 },
#ifdef COPYFAMI
{ "COPYFAMI_MMC3", NO_INES, MapperCopyFamiMMC3_Init, 0 },