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:
@@ -41,7 +41,7 @@ DECLFW(Latch_write) {
|
||||
Latch_cbSync();
|
||||
}
|
||||
|
||||
static void Latch_clear () {
|
||||
void Latch_clear () {
|
||||
Latch_address = 0;
|
||||
Latch_data = 0;
|
||||
Latch_cbSync();
|
||||
|
||||
Reference in New Issue
Block a user