summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pingpong.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pingpong.h')
-rw-r--r--src/mame/includes/pingpong.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/pingpong.h b/src/mame/includes/pingpong.h
index 4652e1d09c8..62b888cacdd 100644
--- a/src/mame/includes/pingpong.h
+++ b/src/mame/includes/pingpong.h
@@ -30,8 +30,8 @@ public:
DECLARE_WRITE8_MEMBER(coin_w);
DECLARE_WRITE8_MEMBER(pingpong_videoram_w);
DECLARE_WRITE8_MEMBER(pingpong_colorram_w);
- DECLARE_DRIVER_INIT(cashquiz);
- DECLARE_DRIVER_INIT(merlinmm);
+ void init_cashquiz();
+ void init_merlinmm();
TILE_GET_INFO_MEMBER(get_bg_tile_info);
virtual void video_start() override;
DECLARE_PALETTE_INIT(pingpong);