From 5d96c96cb4f698e299586b36045c264984e0b20e Mon Sep 17 00:00:00 2001 From: Dwedit Date: Wed, 10 Apr 2019 13:29:17 -0500 Subject: [PATCH] For datalatch mappers, remove the BUSC tag from savestates to prevent the bus conflict status from another game to override the current game. --- src/boards/datalatch.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/boards/datalatch.cpp b/src/boards/datalatch.cpp index dd8acf8f..260b9ff4 100644 --- a/src/boards/datalatch.cpp +++ b/src/boards/datalatch.cpp @@ -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 ---------------------------