mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-08-08 01:25:14 +00:00
Disk: minor refactor
This commit is contained in:
@@ -241,9 +241,7 @@ private:
|
||||
bool m_resetSequencer;
|
||||
|
||||
enum SEQFUNC {readSequencing=0, checkWriteProtAndInitWrite, dataShiftWrite, dataLoadWrite}; // UTAIIe 9-14
|
||||
struct SEQUENCER_FUNCTION
|
||||
{
|
||||
union
|
||||
union SEQUENCER_FUNCTION
|
||||
{
|
||||
struct
|
||||
{
|
||||
@@ -252,7 +250,6 @@ private:
|
||||
};
|
||||
SEQFUNC function;
|
||||
};
|
||||
};
|
||||
|
||||
SEQUENCER_FUNCTION m_seqFunc;
|
||||
UINT m_dbgLatchDelayedCnt;
|
||||
|
Reference in New Issue
Block a user