Add mappers 597 and 598.

This commit is contained in:
NewRisingSun
2025-09-21 22:02:30 +02:00
parent 7e75e786eb
commit 1e15064ec5
4 changed files with 142 additions and 0 deletions

View File

@@ -1018,6 +1018,8 @@ INES_BOARD_BEGIN()
INES_BOARD( "Rinco FSG2", 594, Mapper594_Init )
INES_BOARD( "4MROM-512", 595, Mapper595_Init )
INES_BOARD( "FC-49", 596, Mapper596_Init )
INES_BOARD( "GN-27", 597, Mapper597_Init )
INES_BOARD( "New Star 21-in-1", 598, Mapper598_Init )
INES_BOARD_END()
static uint32 iNES_get_mapper_id(void)