mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-25 23:25:40 +00:00
Forgot to disable drive board if ROM not loaded.
This commit is contained in:
parent
70ec09de92
commit
4040b7eeee
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue