summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mbee.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mbee.h')
-rw-r--r--src/mame/includes/mbee.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/mame/includes/mbee.h b/src/mame/includes/mbee.h
index bae296595c8..b561b7cfe8a 100644
--- a/src/mame/includes/mbee.h
+++ b/src/mame/includes/mbee.h
@@ -92,15 +92,15 @@ public:
DECLARE_WRITE_LINE_MEMBER(crtc_vs);
DECLARE_READ8_MEMBER(fdc_status_r);
DECLARE_WRITE8_MEMBER(fdc_motor_w);
- DECLARE_DRIVER_INIT(mbeepc85);
- DECLARE_DRIVER_INIT(mbee256);
- DECLARE_DRIVER_INIT(mbee56);
- DECLARE_DRIVER_INIT(mbeett);
- DECLARE_DRIVER_INIT(mbeeppc);
- DECLARE_DRIVER_INIT(mbee);
- DECLARE_DRIVER_INIT(mbeepc);
- DECLARE_DRIVER_INIT(mbeeic);
- DECLARE_DRIVER_INIT(mbee128);
+ void init_mbeepc85();
+ void init_mbee256();
+ void init_mbee56();
+ void init_mbeett();
+ void init_mbeeppc();
+ void init_mbee();
+ void init_mbeepc();
+ void init_mbeeic();
+ void init_mbee128();
DECLARE_MACHINE_RESET(mbee);
DECLARE_VIDEO_START(mono);
DECLARE_VIDEO_START(standard);