summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/junior.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/junior.cpp')
-rw-r--r--src/mame/drivers/junior.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/junior.cpp b/src/mame/drivers/junior.cpp
index 32d37542c0f..35eeaaf6652 100644
--- a/src/mame/drivers/junior.cpp
+++ b/src/mame/drivers/junior.cpp
@@ -47,7 +47,7 @@ public:
DECLARE_INPUT_CHANGED_MEMBER(junior_reset);
void junior(machine_config &config);
-protected:
+private:
DECLARE_READ8_MEMBER(junior_riot_a_r);
DECLARE_READ8_MEMBER(junior_riot_b_r);
DECLARE_WRITE8_MEMBER(junior_riot_a_w);
@@ -59,7 +59,6 @@ protected:
void junior_mem(address_map &map);
-private:
required_device<mos6532_new_device> m_riot;
uint8_t m_port_a;
uint8_t m_port_b;