Skip to content

Commit

Permalink
Update src/iec_commands.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
pi1541 committed Nov 6, 2018
1 parent 498b153 commit 504596b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/iec_commands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ extern unsigned versionMinor;

extern void Reboot_Pi();

extern void SwitchDrive(const char* drive);
extern int numberOfUSBMassStorageDevices;

#define WaitWhile(checkStatus) \
do\
{\
Expand Down Expand Up @@ -237,6 +240,7 @@ IEC_Commands::IEC_Commands()
Reset();
starFileName = 0;
C128BootSectorName = 0;
displayingDevices = false;
}

void IEC_Commands::Reset(void)
Expand Down

0 comments on commit 504596b

Please sign in to comment.