summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rowamet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/rowamet.cpp')
-rw-r--r--src/mame/drivers/rowamet.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/drivers/rowamet.cpp b/src/mame/drivers/rowamet.cpp
index 653d039887c..74188c8f5a8 100644
--- a/src/mame/drivers/rowamet.cpp
+++ b/src/mame/drivers/rowamet.cpp
@@ -45,15 +45,18 @@ public:
, m_digits(*this, "digit%u", 0U)
{ }
+ void rowamet(machine_config &config);
+
+protected:
DECLARE_READ8_MEMBER(sound_r);
DECLARE_WRITE8_MEMBER(mute_w);
DECLARE_READ8_MEMBER(io_r);
DECLARE_WRITE8_MEMBER(io_w);
TIMER_DEVICE_CALLBACK_MEMBER(timer_a);
- void rowamet(machine_config &config);
void rowamet_map(address_map &map);
void rowamet_sub_io(address_map &map);
void rowamet_sub_map(address_map &map);
+
private:
uint8_t m_out_offs;
uint8_t m_sndcmd;