Add mapper 595.

This commit is contained in:
NewRisingSun
2025-09-12 21:59:11 +02:00
parent e9a0242248
commit 19e357c040
3 changed files with 72 additions and 0 deletions

View File

@@ -1016,6 +1016,7 @@ INES_BOARD_BEGIN()
INES_BOARD( "07027/810543", 591, Mapper591_Init )
INES_BOARD( "8-in-1 1991", 592, Mapper592_Init )
INES_BOARD( "Rinco FSG2", 594, Mapper594_Init )
INES_BOARD( "4MROM-512", 595, Mapper595_Init )
INES_BOARD_END()
static uint32 iNES_get_mapper_id(void)