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.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/rowamet.cpp b/src/mame/drivers/rowamet.cpp
index 462810750a8..3f8794fa794 100644
--- a/src/mame/drivers/rowamet.cpp
+++ b/src/mame/drivers/rowamet.cpp
@@ -47,7 +47,7 @@ public:
void rowamet(machine_config &config);
-protected:
+private:
DECLARE_READ8_MEMBER(sound_r);
DECLARE_WRITE8_MEMBER(mute_w);
DECLARE_READ8_MEMBER(io_r);
@@ -57,7 +57,6 @@ protected:
void rowamet_sub_io(address_map &map);
void rowamet_sub_map(address_map &map);
-private:
uint8_t m_out_offs;
uint8_t m_sndcmd;
uint8_t m_io[16];