Forgot to disable drive board if ROM not loaded.

This commit is contained in:
Bart Trzynadlowski 2011-09-08 01:13:25 +00:00
parent 70ec09de92
commit 4040b7eeee

View file

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