summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/tdc1008.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/tdc1008.h')
-rw-r--r--src/devices/machine/tdc1008.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/devices/machine/tdc1008.h b/src/devices/machine/tdc1008.h
index 54f60411c9c..5e42c95f7ab 100644
--- a/src/devices/machine/tdc1008.h
+++ b/src/devices/machine/tdc1008.h
@@ -59,6 +59,8 @@ protected:
virtual void device_start() override;
virtual void device_reset() override;
+ void latch_flags();
+
union input_reg
{
int8_t s;
@@ -84,9 +86,13 @@ protected:
bool m_clk_y;
bool m_clk_p;
bool m_prel;
+ bool m_rnd_in;
bool m_rnd;
+ bool m_tc_in;
bool m_tc;
+ bool m_acc_in;
bool m_acc;
+ bool m_sub_in;
bool m_sub;
input_reg m_x;