summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/sprint8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/sprint8.h')
-rw-r--r--src/mame/includes/sprint8.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/includes/sprint8.h b/src/mame/includes/sprint8.h
index c858b1e2c2d..f6af552bb8c 100644
--- a/src/mame/includes/sprint8.h
+++ b/src/mame/includes/sprint8.h
@@ -29,7 +29,7 @@ public:
void sprint8(machine_config &config);
-protected:
+private:
DECLARE_READ8_MEMBER(collision_r);
DECLARE_READ8_MEMBER(input_r);
DECLARE_WRITE8_MEMBER(lockout_w);
@@ -55,7 +55,6 @@ protected:
void sprint8_audio(machine_config &config);
void sprint8_map(address_map &map);
-private:
required_device<cpu_device> m_maincpu;
required_device<gfxdecode_device> m_gfxdecode;
required_device<screen_device> m_screen;