summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/play_1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/play_1.cpp')
-rw-r--r--src/mame/drivers/play_1.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/mame/drivers/play_1.cpp b/src/mame/drivers/play_1.cpp
index 17bab26a57b..f09636495f8 100644
--- a/src/mame/drivers/play_1.cpp
+++ b/src/mame/drivers/play_1.cpp
@@ -41,6 +41,10 @@ public:
, m_digits(*this, "digit%u", 0U)
{ }
+ void chance(machine_config &config);
+ void play_1(machine_config &config);
+
+private:
DECLARE_READ8_MEMBER(port07_r);
DECLARE_WRITE8_MEMBER(port01_w);
DECLARE_WRITE8_MEMBER(port02_w);
@@ -55,12 +59,10 @@ public:
DECLARE_READ_LINE_MEMBER(ef4_r);
DECLARE_WRITE_LINE_MEMBER(clock_w);
- void chance(machine_config &config);
- void play_1(machine_config &config);
void chance_map(address_map &map);
void play_1_io(address_map &map);
void play_1_map(address_map &map);
-private:
+
uint16_t m_resetcnt;
uint16_t m_clockcnt;
uint16_t m_waitcnt;