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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/mpf1.h b/src/mame/includes/mpf1.h
index ec2807365cb..732bae5ba47 100644
--- a/src/mame/includes/mpf1.h
+++ b/src/mame/includes/mpf1.h
@@ -75,6 +75,9 @@ public:
DECLARE_DRIVER_INIT(mpf1);
TIMER_CALLBACK_MEMBER(led_refresh);
TIMER_DEVICE_CALLBACK_MEMBER(check_halt_callback);
+ void mpf1p(machine_config &config);
+ void mpf1b(machine_config &config);
+ void mpf1(machine_config &config);
};
#endif // MAME_INCLUDES_MPF1_H