Add mapper 370 and 395, update mapper 221

Add support for mapper 395
Add support for mapper 370
Update mapper 221 for 2MB bank support
This commit is contained in:
negativeExponent
2020-10-26 09:22:11 +08:00
parent 0e173120c3
commit 344c12301f
5 changed files with 177 additions and 10 deletions

View File

@@ -259,6 +259,7 @@ void Mapper357_Init(CartInfo *);
void Mapper359_Init(CartInfo *);
void Mapper360_Init(CartInfo *);
void Mapper369_Init(CartInfo *);
void Mapper370_Init(CartInfo *);
void Mapper372_Init(CartInfo *);
void Mapper374_Init(CartInfo *);
void Mapper380_Init(CartInfo *);
@@ -266,6 +267,7 @@ void Mapper381_Init(CartInfo *);
void Mapper382_Init(CartInfo *);
void Mapper389_Init(CartInfo *);
void Mapper390_Init(CartInfo *);
void Mapper395_Init(CartInfo *);
void Mapper411_Init(CartInfo *);
void Mapper516_Init(CartInfo *);
void Mapper533_Init(CartInfo *);