Support two adjacent phases turned off in rapid sequence (#1110, PR #1116)

Fix for A2osX low-level format for 48-trackl, 192K floppy image
This commit is contained in:
TomCh
2022-06-20 20:40:39 +01:00
committed by GitHub
parent b3e617f1e5
commit de173b2729
7 changed files with 136 additions and 11 deletions
+3
View File
@@ -833,6 +833,9 @@ static void RepeatInitialization(void)
if (g_cmdLine.bRemoveNoSlotClock)
MemRemoveNoSlotClock();
if (g_cmdLine.noDisk2StepperDefer)
GetCardMgr().GetDisk2CardMgr().SetStepperDefer(false);
// Call DebugInitialize() after SetCurrentImageDir()
DebugInitialize();
LogFileOutput("Main: DebugInitialize()\n");