summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/thunderj.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/thunderj.h')
-rw-r--r--src/mame/includes/thunderj.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/thunderj.h b/src/mame/includes/thunderj.h
index 81379acd6c1..4825b4dfaa0 100644
--- a/src/mame/includes/thunderj.h
+++ b/src/mame/includes/thunderj.h
@@ -27,10 +27,11 @@ public:
m_extra(*this, "extra")
{ }
- void init_thunderj();
void thunderj(machine_config &config);
-protected:
+ void init_thunderj();
+
+private:
virtual void machine_start() override;
DECLARE_WRITE_LINE_MEMBER(scanline_int_write_line);
DECLARE_READ16_MEMBER(special_port2_r);
@@ -43,7 +44,6 @@ protected:
void extra_map(address_map &map);
void main_map(address_map &map);
-private:
required_device<screen_device> m_screen;
required_device<atari_jsa_ii_device> m_jsa;
required_device<atari_vad_device> m_vad;