Add mapper 559.

This commit is contained in:
NewRisingSun
2025-04-10 18:35:30 +02:00
committed by LibretroAdmin
parent c5ff3d7958
commit c23a5c7b5f
4 changed files with 73 additions and 1 deletions

View File

@@ -895,6 +895,7 @@ INES_BOARD_BEGIN()
INES_BOARD( "JY-215", 556, Mapper556_Init )
INES_BOARD( "", 550, Mapper550_Init )
INES_BOARD( "YC-03-09", 558, Mapper558_Init )
INES_BOARD( "Subor Sango II", 559, Mapper559_Init )
INES_BOARD_END()
static uint32 iNES_get_mapper_id(void)