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:
NewRisingSun
2021-04-14 19:09:02 +02:00
parent 04a5d87a98
commit 86356c24c2
3 changed files with 18 additions and 1 deletions

View File

@@ -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) {