From 4040b7eeee22336a9f1e2ec578f6b92386bf25fd Mon Sep 17 00:00:00 2001 From: Bart Trzynadlowski Date: Thu, 8 Sep 2011 01:13:25 +0000 Subject: [PATCH] Forgot to disable drive board if ROM not loaded. --- Src/Model3/Model3.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Src/Model3/Model3.cpp b/Src/Model3/Model3.cpp index 1b5b547..2767d2f 100644 --- a/Src/Model3/Model3.cpp +++ b/Src/Model3/Model3.cpp @@ -2633,6 +2633,8 @@ BOOL CModel3::LoadROMSet(const struct GameInfo *GameList, const char *zipFile) if (DriveBoard.Init(driveROM)) return FAIL; } + else + DriveBoard.Init(NULL); } else DriveBoard.Init(NULL); // disable