summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/shangha3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/shangha3.h')
-rw-r--r--src/mame/includes/shangha3.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/shangha3.h b/src/mame/includes/shangha3.h
index cac1673a296..2942c8313e4 100644
--- a/src/mame/includes/shangha3.h
+++ b/src/mame/includes/shangha3.h
@@ -55,8 +55,8 @@ public:
// blocken specific
DECLARE_WRITE16_MEMBER(blocken_coinctrl_w);
- DECLARE_DRIVER_INIT(shangha3);
- DECLARE_DRIVER_INIT(heberpop);
+ void init_shangha3();
+ void init_heberpop();
virtual void video_start() override;
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);