Make mapper 59 always reset to menu. Add mapper 59 multicarts that had previously been set to 60, colliding with 'Reset-based 4-in-1', to CRC-based correction table.
This commit is contained in:
@@ -111,6 +111,10 @@ static DECLFR(BMCD1038Read) {
|
||||
static void BMCD1038Reset(void) {
|
||||
dipswitch++;
|
||||
dipswitch &= 3;
|
||||
|
||||
/* Always reset to menu */
|
||||
latche = 0;
|
||||
BMCD1038Sync();
|
||||
}
|
||||
|
||||
void BMCD1038_Init(CartInfo *info) {
|
||||
|
||||
Reference in New Issue
Block a user