Disk: minor refactor

This commit is contained in:
tomcw 2019-10-13 16:01:00 +01:00
parent 1472f25bad
commit 3cd4ead90d
2 changed files with 6 additions and 9 deletions

View file

@ -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;