Disk: minor refactor
This commit is contained in:
parent
1472f25bad
commit
3cd4ead90d
2 changed files with 6 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue