summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/astrof.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/astrof.h')
-rw-r--r--src/mame/includes/astrof.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/includes/astrof.h b/src/mame/includes/astrof.h
index d7366db8007..80b3c6a5029 100644
--- a/src/mame/includes/astrof.h
+++ b/src/mame/includes/astrof.h
@@ -71,10 +71,10 @@ public:
DECLARE_WRITE8_MEMBER(tomahawk_audio_w);
DECLARE_INPUT_CHANGED_MEMBER(coin_inserted);
DECLARE_INPUT_CHANGED_MEMBER(service_coin_inserted);
- DECLARE_DRIVER_INIT(afire);
- DECLARE_DRIVER_INIT(abattle);
- DECLARE_DRIVER_INIT(sstarbtl);
- DECLARE_DRIVER_INIT(acombat3);
+ void init_afire();
+ void init_abattle();
+ void init_sstarbtl();
+ void init_acombat3();
virtual void video_start() override;
DECLARE_MACHINE_START(astrof);
DECLARE_MACHINE_START(abattle);