Add new mappers

Added iNES 1.0/2.0 mappers
134 - replaced Mapper134_init with Bs5652_Init
391 - NC7000M
402 - 831019C J-2282

Added UNIF boards:
AB-G1L
BS-110
WELL-NO-DG450
KG256
This commit is contained in:
negativeExponent
2020-01-23 08:27:48 +08:00
parent b910e4ed92
commit 305d7a048d
10 changed files with 985 additions and 2 deletions

View File

@@ -239,4 +239,8 @@ void Mapper255_Init(CartInfo *);
void GN45_Init(CartInfo *info); /* m361, m366 */
void Mapper281_Init(CartInfo *);
void Bs5652_Init(CartInfo *);
void NC7000M_Init(CartInfo *);
void J2282_Init(CartInfo *);
#endif