Add mapper 255 as a variant, rather than a duplicate, of mapper 225.

This commit is contained in:
NewRisingSun
2026-03-13 10:41:23 +01:00
parent b60fc16d15
commit bf2a9ad3d5
2 changed files with 10 additions and 4 deletions

View File

@@ -708,7 +708,7 @@ INES_BOARD_BEGIN()
INES_BOARD( "SAN GUO ZHI PIRATE", 252, Mapper252_Init )
INES_BOARD( "DRAGON BALL PIRATE", 253, Mapper253_Init )
INES_BOARD( "", 254, Mapper254_Init )
INES_BOARD( "", 255, Mapper255_Init ) /* Duplicate of M225? */
INES_BOARD( "", 255, Mapper255_Init ) /* Variant of M225 */
/* NES 2.0 MAPPERS */