Add mapper 563.

This commit is contained in:
NewRisingSun
2025-04-10 18:57:30 +02:00
committed by LibretroAdmin
parent c23a5c7b5f
commit 289f1b1519
3 changed files with 65 additions and 0 deletions

View File

@@ -896,6 +896,7 @@ INES_BOARD_BEGIN()
INES_BOARD( "", 550, Mapper550_Init )
INES_BOARD( "YC-03-09", 558, Mapper558_Init )
INES_BOARD( "Subor Sango II", 559, Mapper559_Init )
INES_BOARD( "J-2020", 563, Mapper563_Init )
INES_BOARD_END()
static uint32 iNES_get_mapper_id(void)