Added mapper 608.

This commit is contained in:
NewRisingSun
2026-02-08 12:29:38 +01:00
parent c0025a327b
commit 912d524c35
3 changed files with 40 additions and 0 deletions

View File

@@ -1025,6 +1025,7 @@ INES_BOARD_BEGIN()
INES_BOARD( "New Star TX5/8IN1", 605, Mapper605_Init )
INES_BOARD( "New Star T4IN1", 606, Mapper606_Init )
INES_BOARD( "4705", 607, Mapper607_Init )
INES_BOARD( "A-23", 608, Mapper608_Init )
INES_BOARD_END()
static uint32 iNES_get_mapper_id(void)