Skip to content

Commit

Permalink
Add mapper 439
Browse files Browse the repository at this point in the history
  • Loading branch information
LibretroAdmin committed May 24, 2024
1 parent 4593711 commit b8dbbcc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ines.c
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,7 @@ INES_BOARD_BEGIN()
INES_BOARD( "820401/T-217", 436, Mapper436_Init )
INES_BOARD( "NTDEC TH2348", 437, Mapper437_Init )
INES_BOARD( "K-3071", 438, Mapper438_Init )
INES_BOARD( "YS2309", 439, Mapper439_Init )
INES_BOARD( "850335C", 441, Mapper441_Init )
INES_BOARD( "NC-3000M", 443, Mapper443_Init )
INES_BOARD( "NC-7000M/NC-8000M", 444, Mapper444_Init )
Expand Down
1 change: 1 addition & 0 deletions src/ines.h
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ void Mapper435_Init(CartInfo *);
void Mapper436_Init(CartInfo *);
void Mapper437_Init(CartInfo *);
void Mapper438_Init(CartInfo *);
void Mapper439_Init(CartInfo *);
void Mapper441_Init(CartInfo *);
void Mapper443_Init(CartInfo *);
void Mapper444_Init(CartInfo *);
Expand Down
2 changes: 2 additions & 0 deletions src/unif.c
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,8 @@ static BMAPPING bmap[] = {
{ "BS-400R", 422, Mapper422_Init, 0 },
{ "BS-4040R", 422, Mapper422_Init, 0 },
{ "22026", 271, Mapper271_Init, 0 },
{ "DS-07", 439, Mapper439_Init, 0 },
{ "K86B", 439, Mapper439_Init, 0 },
{ "COOLGIRL", 342, COOLGIRL_Init, BMCFLAG_256KCHRR },

{ NULL, NO_INES, NULL, 0 }
Expand Down

0 comments on commit b8dbbcc

Please sign in to comment.