summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/undrfire.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/undrfire.h')
-rw-r--r--src/mame/includes/undrfire.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/undrfire.h b/src/mame/includes/undrfire.h
index e5e378ee85d..c540b354323 100644
--- a/src/mame/includes/undrfire.h
+++ b/src/mame/includes/undrfire.h
@@ -39,8 +39,8 @@ public:
void undrfire(machine_config &config);
void cbombers(machine_config &config);
- DECLARE_DRIVER_INIT(undrfire);
- DECLARE_DRIVER_INIT(cbombers);
+ void init_undrfire();
+ void init_cbombers();
protected:
virtual void video_start() override;