summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/skydiver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/skydiver.h')
-rw-r--r--src/mame/includes/skydiver.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/includes/skydiver.h b/src/mame/includes/skydiver.h
index eabb57afcd8..fbe3958073d 100644
--- a/src/mame/includes/skydiver.h
+++ b/src/mame/includes/skydiver.h
@@ -53,7 +53,7 @@ public:
void skydiver(machine_config &config);
-protected:
+private:
DECLARE_WRITE_LINE_MEMBER(nmion_w);
DECLARE_WRITE8_MEMBER(videoram_w);
DECLARE_READ8_MEMBER(wram_r);
@@ -84,7 +84,6 @@ protected:
INTERRUPT_GEN_MEMBER(interrupt);
void skydiver_map(address_map &map);
-private:
required_device<cpu_device> m_maincpu;
required_device<watchdog_timer_device> m_watchdog;
required_device<f9334_device> m_latch3;