summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/rbisland.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/rbisland.h')
-rw-r--r--src/mame/includes/rbisland.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/rbisland.h b/src/mame/includes/rbisland.h
index 1315643bb1f..05deffe9296 100644
--- a/src/mame/includes/rbisland.h
+++ b/src/mame/includes/rbisland.h
@@ -45,8 +45,8 @@ public:
DECLARE_WRITE16_MEMBER(jumping_spritectrl_w);
DECLARE_WRITE8_MEMBER(bankswitch_w);
DECLARE_WRITE8_MEMBER(counters_w);
- DECLARE_DRIVER_INIT(jumping);
- DECLARE_DRIVER_INIT(rbisland);
+ void init_jumping();
+ void init_rbisland();
virtual void machine_start() override;
DECLARE_VIDEO_START(jumping);
uint32_t screen_update_rainbow(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);