summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/dec0.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/dec0.h')
-rw-r--r--src/mame/includes/dec0.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mame/includes/dec0.h b/src/mame/includes/dec0.h
index 7e97e21675e..2edfd3670d5 100644
--- a/src/mame/includes/dec0.h
+++ b/src/mame/includes/dec0.h
@@ -94,14 +94,14 @@ public:
DECLARE_READ8_MEMBER(slyspy_sound_state_r);
DECLARE_READ8_MEMBER(slyspy_sound_state_reset_r);
- DECLARE_DRIVER_INIT(robocop);
- DECLARE_DRIVER_INIT(hippodrm);
- DECLARE_DRIVER_INIT(hbarrel);
- DECLARE_DRIVER_INIT(slyspy);
- DECLARE_DRIVER_INIT(birdtry);
- DECLARE_DRIVER_INIT(drgninja);
- DECLARE_DRIVER_INIT(midresb);
- DECLARE_DRIVER_INIT(ffantasybl);
+ void init_robocop();
+ void init_hippodrm();
+ void init_hbarrel();
+ void init_slyspy();
+ void init_birdtry();
+ void init_drgninja();
+ void init_midresb();
+ void init_ffantasybl();
virtual void machine_start() override;
DECLARE_MACHINE_RESET(slyspy);