summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/skullxbo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/skullxbo.h')
-rw-r--r--src/mame/includes/skullxbo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/skullxbo.h b/src/mame/includes/skullxbo.h
index ae997b94ea9..b3f71e9d440 100644
--- a/src/mame/includes/skullxbo.h
+++ b/src/mame/includes/skullxbo.h
@@ -28,10 +28,11 @@ public:
m_playfield_latch(-1)
{ }
- void init_skullxbo();
void skullxbo(machine_config &config);
-protected:
+ void init_skullxbo();
+
+private:
virtual void machine_reset() override;
virtual void update_interrupts() override;
virtual void scanline_update(screen_device &screen, int scanline) override;
@@ -50,7 +51,6 @@ protected:
void main_map(address_map &map);
-private:
required_device<atari_jsa_ii_device> m_jsa;
required_device<timer_device> m_scanline_timer;
required_device<tilemap_device> m_playfield_tilemap;