summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wico.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/wico.cpp')
-rw-r--r--src/mame/drivers/wico.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/wico.cpp b/src/mame/drivers/wico.cpp
index ecff547d02e..ee0b234c0c9 100644
--- a/src/mame/drivers/wico.cpp
+++ b/src/mame/drivers/wico.cpp
@@ -60,6 +60,9 @@ public:
, m_digits(*this, "digit%u", 0U)
{ }
+ void wico(machine_config &config);
+
+private:
DECLARE_READ8_MEMBER(lampst_r);
DECLARE_READ8_MEMBER(switch_r);
DECLARE_WRITE8_MEMBER(muxen_w);
@@ -73,10 +76,9 @@ public:
DECLARE_READ8_MEMBER(gentmrcl_r);
TIMER_DEVICE_CALLBACK_MEMBER(irq_housekeeping);
TIMER_DEVICE_CALLBACK_MEMBER(firq_housekeeping);
- void wico(machine_config &config);
void ccpu_map(address_map &map);
void hcpu_map(address_map &map);
-private:
+
bool m_zcen;
bool m_gten;
bool m_disp_on;