summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ut88.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ut88.h')
-rw-r--r--src/mame/includes/ut88.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/ut88.h b/src/mame/includes/ut88.h
index 2b58f83afc4..cf55789a581 100644
--- a/src/mame/includes/ut88.h
+++ b/src/mame/includes/ut88.h
@@ -58,8 +58,8 @@ public:
DECLARE_READ8_MEMBER(ut88_8255_portb_r);
DECLARE_READ8_MEMBER(ut88_8255_portc_r);
DECLARE_WRITE8_MEMBER(ut88_8255_porta_w);
- DECLARE_DRIVER_INIT(ut88);
- DECLARE_DRIVER_INIT(ut88mini);
+ void init_ut88();
+ void init_ut88mini();
DECLARE_MACHINE_RESET(ut88);
DECLARE_VIDEO_START(ut88);
DECLARE_MACHINE_START(ut88mini);