summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/stactics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/stactics.h')
-rw-r--r--src/mame/includes/stactics.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mame/includes/stactics.h b/src/mame/includes/stactics.h
index 52cf3013327..c6ed94e64fe 100644
--- a/src/mame/includes/stactics.h
+++ b/src/mame/includes/stactics.h
@@ -38,15 +38,15 @@ public:
m_fake(*this, "FAKE")
{ }
+ void stactics(machine_config &config);
+
DECLARE_CUSTOM_INPUT_MEMBER(get_frame_count_d3);
DECLARE_CUSTOM_INPUT_MEMBER(get_shot_standby);
DECLARE_CUSTOM_INPUT_MEMBER(get_not_shot_arrive);
DECLARE_CUSTOM_INPUT_MEMBER(get_motor_not_ready);
DECLARE_CUSTOM_INPUT_MEMBER(get_rng);
- void stactics(machine_config &config);
-
-protected:
+private:
DECLARE_READ8_MEMBER(vert_pos_r);
DECLARE_READ8_MEMBER(horiz_pos_r);
DECLARE_WRITE_LINE_MEMBER(coin_lockout_1_w);
@@ -83,7 +83,6 @@ protected:
void stactics_video(machine_config &config);
void main_map(address_map &map);
-private:
required_device<cpu_device> m_maincpu;
required_device<ls259_device> m_outlatch;