summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dolphunk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dolphunk.cpp')
-rw-r--r--src/mame/drivers/dolphunk.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/dolphunk.cpp b/src/mame/drivers/dolphunk.cpp
index a123f8510e2..3a2a950c8b2 100644
--- a/src/mame/drivers/dolphunk.cpp
+++ b/src/mame/drivers/dolphunk.cpp
@@ -102,16 +102,18 @@ public:
, m_digits(*this, "digit%u", 0U)
{ }
+ void dauphin(machine_config &config);
+
+private:
DECLARE_READ_LINE_MEMBER(cass_r);
DECLARE_WRITE_LINE_MEMBER(cass_w);
DECLARE_READ8_MEMBER(port07_r);
DECLARE_WRITE8_MEMBER(port00_w);
DECLARE_WRITE8_MEMBER(port06_w);
TIMER_DEVICE_CALLBACK_MEMBER(dauphin_c);
- void dauphin(machine_config &config);
void dauphin_io(address_map &map);
void dauphin_mem(address_map &map);
-private:
+
uint8_t m_cass_data;
uint8_t m_last_key;
bool m_cass_state;