For datalatch mappers, remove the BUSC tag from savestates to prevent the bus conflict status from another game to override the current game.

This commit is contained in:
Dwedit 2019-04-10 13:29:17 -05:00
parent 0eed8fa234
commit 5d96c96cb4
1 changed files with 0 additions and 1 deletions

View File

@ -122,7 +122,6 @@ static void Latch_Init(CartInfo *info, void (*proc)(void), uint8 init, uint16 ad
}
AddExState(&latche, 1, 0, "LATC");
AddExState(&bus_conflict, 1, 0, "BUSC");
}
//------------------ Map 0 ---------------------------