From 504596b0132dfe491bcb2ab12669bde308a812b3 Mon Sep 17 00:00:00 2001 From: Stephen White Date: Tue, 6 Nov 2018 19:31:38 +1100 Subject: [PATCH] Update src/iec_commands.cpp --- src/iec_commands.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/iec_commands.cpp b/src/iec_commands.cpp index 4a91d6c..37c04e7 100644 --- a/src/iec_commands.cpp +++ b/src/iec_commands.cpp @@ -49,6 +49,9 @@ extern unsigned versionMinor; extern void Reboot_Pi(); +extern void SwitchDrive(const char* drive); +extern int numberOfUSBMassStorageDevices; + #define WaitWhile(checkStatus) \ do\ {\ @@ -237,6 +240,7 @@ IEC_Commands::IEC_Commands() Reset(); starFileName = 0; C128BootSectorName = 0; + displayingDevices = false; } void IEC_Commands::Reset(void)