summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/ucom4/ucom4.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/ucom4/ucom4.h')
-rw-r--r--src/devices/cpu/ucom4/ucom4.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/devices/cpu/ucom4/ucom4.h b/src/devices/cpu/ucom4/ucom4.h
index ad8c087f928..29b766b5cd4 100644
--- a/src/devices/cpu/ucom4/ucom4.h
+++ b/src/devices/cpu/ucom4/ucom4.h
@@ -116,6 +116,9 @@ protected:
address_space *m_program;
address_space *m_data;
+ int m_icount;
+ int m_state_count;
+
int m_prgwidth;
int m_datawidth;
int m_prgmask;
@@ -129,7 +132,6 @@ protected:
u8 m_arg; // opcode argument for 2-byte opcodes
u8 m_bitmask; // opcode bit argument
bool m_skip; // skip next opcode
- int m_icount;
emu_timer *m_timer;
u16 m_pc; // program counter