Skip to content

Commit

Permalink
Update src/iec_commands.h
Browse files Browse the repository at this point in the history
  • Loading branch information
pi1541 committed Nov 6, 2018
1 parent 9051abe commit 498b153
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/iec_commands.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ class IEC_Commands
POP_TO_ROOT,
REFRESH,
DEVICEID_CHANGED,
DECIVE_SWITCHED,
RESET
};

Expand Down Expand Up @@ -90,6 +91,8 @@ class IEC_Commands

int CreateD64(char* filenameNew, char* ID, bool automount);

void SetDisplayingDevices(bool displayingDevices) { this->displayingDevices = displayingDevices; }

protected:
enum ATNSequence
{
Expand Down Expand Up @@ -153,6 +156,7 @@ class IEC_Commands
void New(void);
void Rename(void);
void Scratch(void);
void ChangeDevice(void);

void Memory(void);
void User(void);
Expand Down Expand Up @@ -182,6 +186,8 @@ class IEC_Commands

const char* starFileName;
const char* C128BootSectorName;

bool displayingDevices;
};
#endif

0 comments on commit 498b153

Please sign in to comment.