Add solder-pad-based menu selection to mapper 285. Make Latch_clear public and use it to reset multicarts to menu instead of Latch_power.

This commit is contained in:
NewRisingSun
2025-09-09 13:44:14 +02:00
parent ee20cce026
commit b2de421d4d
20 changed files with 155 additions and 63 deletions

View File

@@ -437,7 +437,7 @@ static BMAPPING bmap[] = {
{ "8237", 215, UNL8237_Init, 0 },
{ "8237A", 215, UNL8237A_Init, 0 },
{ "830118C", 348, BMC830118C_Init, 0 },
{ "A65AS", 285, BMCA65AS_Init, 0 },
{ "A65AS", 285, Mapper285_Init, 0 },
{ "AB-G1L", 428, Mapper428_Init, 0 },
{ "WELL-NO-DG450", 428, Mapper428_Init, 0 },
{ "TF2740", 428, Mapper428_Init, 0 },