mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2025-03-06 14:27:44 +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))
|
if (DriveBoard.Init(driveROM))
|
||||||
return FAIL;
|
return FAIL;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
DriveBoard.Init(NULL);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
DriveBoard.Init(NULL); // disable
|
DriveBoard.Init(NULL); // disable
|
||||||
|
|
Loading…
Reference in a new issue