summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gts3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gts3.cpp')
-rw-r--r--src/mame/drivers/gts3.cpp10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/mame/drivers/gts3.cpp b/src/mame/drivers/gts3.cpp
index 28e5ae51691..118e847eb47 100644
--- a/src/mame/drivers/gts3.cpp
+++ b/src/mame/drivers/gts3.cpp
@@ -48,16 +48,20 @@ public:
, m_digits(*this, "digit%u", 0U)
{ }
+ void gts3(machine_config &config);
+
void init_gts3();
+
+ DECLARE_INPUT_CHANGED_MEMBER(test_inp);
+
+private:
DECLARE_WRITE8_MEMBER(segbank_w);
DECLARE_READ8_MEMBER(u4a_r);
DECLARE_READ8_MEMBER(u4b_r);
DECLARE_WRITE8_MEMBER(u4b_w);
DECLARE_WRITE_LINE_MEMBER(nmi_w);
- DECLARE_INPUT_CHANGED_MEMBER(test_inp);
- void gts3(machine_config &config);
void gts3_map(address_map &map);
-private:
+
bool m_dispclk;
bool m_lampclk;
uint8_t m_digit;