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

@@ -196,8 +196,7 @@ void AbG1l_Init(CartInfo *info);
void KG256_Init(CartInfo *info);
void WAIXINGFS005_Init(CartInfo *info);
void BS4040R_Init(CartInfo *info);
void BS400R_Init(CartInfo *info);
void Mapper422_Init(CartInfo *info);
#ifdef COPYFAMI
void MapperCopyFamiMMC3_Init(CartInfo *info);