Update src/iec_commands.cpp

This commit is contained in:
Stephen White 2018-11-06 19:31:38 +11:00
parent 498b153847
commit 504596b013
1 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,9 @@ extern unsigned versionMinor;
extern void Reboot_Pi(); extern void Reboot_Pi();
extern void SwitchDrive(const char* drive);
extern int numberOfUSBMassStorageDevices;
#define WaitWhile(checkStatus) \ #define WaitWhile(checkStatus) \
do\ do\
{\ {\
@ -237,6 +240,7 @@ IEC_Commands::IEC_Commands()
Reset(); Reset();
starFileName = 0; starFileName = 0;
C128BootSectorName = 0; C128BootSectorName = 0;
displayingDevices = false;
} }
void IEC_Commands::Reset(void) void IEC_Commands::Reset(void)