Rewrite mappers 162,163,164; add mapper 558. Add EEPROM support to 164.

This commit is contained in:
NewRisingSun
2021-05-30 01:08:41 +02:00
parent 597175043b
commit 97ffbc5f83
10 changed files with 442 additions and 200 deletions

View File

@@ -165,6 +165,7 @@ void Mapper156_Init(CartInfo *);
void Mapper157_Init(CartInfo *);
void Mapper158_Init(CartInfo *);
void Mapper159_Init(CartInfo *);
void Mapper162_Init(CartInfo *);
void Mapper163_Init(CartInfo *);
void Mapper164_Init(CartInfo *);
void Mapper165_Init(CartInfo *);
@@ -295,5 +296,6 @@ void Mapper541_Init(CartInfo *);
void Mapper543_Init(CartInfo *);
void Mapper550_Init(CartInfo *);
void Mapper554_Init(CartInfo *);
void Mapper558_Init(CartInfo *);
#endif