summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rowamet.cpp
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2018-05-27 01:39:34 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2018-05-27 01:39:34 +1000
commit3bf53341613c3f22d706b6abf10b832b4a21ccaa (patch)
treeb699ba79eebce2c1d4a8b304b0b0e13cc000624d /src/mame/drivers/rowamet.cpp
parent98aeb64c3c16843e2be02223ffc644f41ad5724a (diff)
(nw) quick protection before freeze
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;