summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/stfight.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/stfight.h')
-rw-r--r--src/mame/includes/stfight.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/stfight.h b/src/mame/includes/stfight.h
index 2cf4167e905..b6728c8bcbc 100644
--- a/src/mame/includes/stfight.h
+++ b/src/mame/includes/stfight.h
@@ -58,6 +58,9 @@ public:
DECLARE_WRITE8_MEMBER(stfight_68705_port_b_w);
DECLARE_WRITE8_MEMBER(stfight_68705_port_c_w);
+ void stfight_base(machine_config &config);
+ void stfight(machine_config &config);
+ void cshooter(machine_config &config);
protected:
virtual void machine_start() override;
virtual void machine_reset() override;