Add mappers 111, 356, 269, 353

- backport mapper 111 (Cheapocabra or GTROM) from fceux
This commit is contained in:
negativeExponent
2020-02-14 11:39:54 +08:00
parent 0b4b5421dc
commit b7050cb55d
6 changed files with 599 additions and 1 deletions

View File

@@ -136,6 +136,7 @@ void Mapper105_Init(CartInfo *);
void Mapper106_Init(CartInfo *);
void Mapper107_Init(CartInfo *);
void Mapper108_Init(CartInfo *);
void Mapper111_Init(CartInfo *);
void Mapper112_Init(CartInfo *);
void Mapper113_Init(CartInfo *);
void Mapper114_Init(CartInfo *);
@@ -244,8 +245,11 @@ void NC7000M_Init(CartInfo *);
void J2282_Init(CartInfo *);
void Mapper267_Init(CartInfo *);
void Mapper269_Init(CartInfo *);
void Mapper288_Init(CartInfo *);
void Mapper297_Init(CartInfo *);
void Mapper353_Init(CartInfo *);
void Mapper356_Init(CartInfo *);
void Mapper357_Init(CartInfo *);
void Mapper359_Init(CartInfo *);
void Mapper360_Init(CartInfo *);