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:
@@ -27,6 +27,7 @@ extern uint8 Latch_data;
|
||||
DECLFW (Latch_write);
|
||||
void Latch_addExState ();
|
||||
void Latch_restore (int);
|
||||
void Latch_clear ();
|
||||
void Latch_power ();
|
||||
void Latch_activate (uint8, void (*)(), uint16, uint16, void (*)(uint16*, uint8*, uint8));
|
||||
void Latch6_activate (uint8, void (*)(), uint16, uint16, void (*)(uint16*, uint8*, uint8));
|
||||
|
||||
Reference in New Issue
Block a user