summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gridlee.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gridlee.h')
-rw-r--r--src/mame/includes/gridlee.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/includes/gridlee.h b/src/mame/includes/gridlee.h
index 4d0df9a0436..285003099d1 100644
--- a/src/mame/includes/gridlee.h
+++ b/src/mame/includes/gridlee.h
@@ -44,7 +44,7 @@ public:
void gridlee(machine_config &config);
-protected:
+private:
DECLARE_READ8_MEMBER(analog_port_r);
DECLARE_READ8_MEMBER(random_num_r);
DECLARE_WRITE8_MEMBER(latch_w);
@@ -66,7 +66,6 @@ protected:
virtual void machine_reset() override;
virtual void video_start() override;
-private:
required_shared_ptr<uint8_t> m_spriteram;
required_shared_ptr<uint8_t> m_videoram;
required_device<cpu_device> m_maincpu;