summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/40love.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/40love.h')
-rw-r--r--src/mame/includes/40love.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/40love.h b/src/mame/includes/40love.h
index 48161b23d29..6f17fd32c7a 100644
--- a/src/mame/includes/40love.h
+++ b/src/mame/includes/40love.h
@@ -90,8 +90,8 @@ public:
DECLARE_WRITE8_MEMBER(sound_control_1_w);
DECLARE_WRITE8_MEMBER(sound_control_2_w);
DECLARE_WRITE8_MEMBER(sound_control_3_w);
- DECLARE_DRIVER_INIT(undoukai);
- DECLARE_DRIVER_INIT(40love);
+ void init_undoukai();
+ void init_40love();
TILE_GET_INFO_MEMBER(get_bg_tile_info);
virtual void video_start() override;
DECLARE_MACHINE_START(40love);