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

@@ -271,6 +271,7 @@ void Mapper390_Init(CartInfo *);
void Mapper395_Init(CartInfo *);
void Mapper401_Init(CartInfo *);
void Mapper411_Init(CartInfo *);
void Mapper422_Init(CartInfo *);
void Mapper516_Init(CartInfo *);
void Mapper533_Init(CartInfo *);
void Mapper534_Init(CartInfo *);