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:
@@ -46,8 +46,7 @@ static void power() {
|
||||
|
||||
static void reset() {
|
||||
pad += 0x20;
|
||||
Latch_address = 0;
|
||||
sync();
|
||||
Latch_clear();
|
||||
}
|
||||
|
||||
void Mapper585_Init (CartInfo *info) {
|
||||
|
||||
Reference in New Issue
Block a user