summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tunhunt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tunhunt.h')
-rw-r--r--src/mame/includes/tunhunt.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/includes/tunhunt.h b/src/mame/includes/tunhunt.h
index d710da265fb..06a178fb293 100644
--- a/src/mame/includes/tunhunt.h
+++ b/src/mame/includes/tunhunt.h
@@ -26,7 +26,7 @@ public:
void tunhunt(machine_config &config);
-protected:
+private:
DECLARE_WRITE8_MEMBER(control_w);
DECLARE_READ8_MEMBER(button_r);
DECLARE_WRITE8_MEMBER(videoram_w);
@@ -50,7 +50,6 @@ protected:
int hposition,int vstart,int vstop,int vstretch,int hstretch);
void main_map(address_map &map);
-private:
required_device<cpu_device> m_maincpu;
required_device<gfxdecode_device> m_gfxdecode;
required_device<screen_device> m_screen;