Update src/iec_commands.h
This commit is contained in:
parent
9051abec6d
commit
498b153847
1 changed files with 6 additions and 0 deletions
|
@ -62,6 +62,7 @@ public:
|
||||||
POP_TO_ROOT,
|
POP_TO_ROOT,
|
||||||
REFRESH,
|
REFRESH,
|
||||||
DEVICEID_CHANGED,
|
DEVICEID_CHANGED,
|
||||||
|
DECIVE_SWITCHED,
|
||||||
RESET
|
RESET
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -90,6 +91,8 @@ public:
|
||||||
|
|
||||||
int CreateD64(char* filenameNew, char* ID, bool automount);
|
int CreateD64(char* filenameNew, char* ID, bool automount);
|
||||||
|
|
||||||
|
void SetDisplayingDevices(bool displayingDevices) { this->displayingDevices = displayingDevices; }
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
enum ATNSequence
|
enum ATNSequence
|
||||||
{
|
{
|
||||||
|
@ -153,6 +156,7 @@ protected:
|
||||||
void New(void);
|
void New(void);
|
||||||
void Rename(void);
|
void Rename(void);
|
||||||
void Scratch(void);
|
void Scratch(void);
|
||||||
|
void ChangeDevice(void);
|
||||||
|
|
||||||
void Memory(void);
|
void Memory(void);
|
||||||
void User(void);
|
void User(void);
|
||||||
|
@ -182,6 +186,8 @@ protected:
|
||||||
|
|
||||||
const char* starFileName;
|
const char* starFileName;
|
||||||
const char* C128BootSectorName;
|
const char* C128BootSectorName;
|
||||||
|
|
||||||
|
bool displayingDevices;
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue