summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gauntlet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gauntlet.h')
-rw-r--r--src/mame/includes/gauntlet.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/includes/gauntlet.h b/src/mame/includes/gauntlet.h
index 63e65b82a94..bc547db18d0 100644
--- a/src/mame/includes/gauntlet.h
+++ b/src/mame/includes/gauntlet.h
@@ -40,7 +40,7 @@ public:
void gaunt2p(machine_config &config);
void gauntlet2(machine_config &config);
-protected:
+private:
virtual void machine_start() override;
virtual void machine_reset() override;
virtual void video_start() override;
@@ -64,7 +64,6 @@ protected:
void main_map(address_map &map);
void sound_map(address_map &map);
-private:
required_device<cpu_device> m_audiocpu;
required_device<atari_sound_comm_device> m_soundcomm;
required_device<ym2151_device> m_ym2151;