summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mpf1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mpf1.h')
-rw-r--r--src/mame/includes/mpf1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/mpf1.h b/src/mame/includes/mpf1.h
index de42d5ad39c..a0b74e5129f 100644
--- a/src/mame/includes/mpf1.h
+++ b/src/mame/includes/mpf1.h
@@ -66,7 +66,7 @@ public:
emu_timer *m_led_refresh_timer;
address_space *m_program;
- DECLARE_DRIVER_INIT(mpf1);
+ void init_mpf1();
TIMER_CALLBACK_MEMBER(led_refresh);
TIMER_DEVICE_CALLBACK_MEMBER(check_halt_callback);
void mpf1p(machine_config &config);