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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/rbisland.h b/src/mame/includes/rbisland.h
index 2045b74c91f..05deffe9296 100644
--- a/src/mame/includes/rbisland.h
+++ b/src/mame/includes/rbisland.h
@@ -48,7 +48,7 @@ public:
void init_jumping();
void init_rbisland();
virtual void machine_start() override;
- void video_start_jumping() ATTR_COLD;
+ DECLARE_VIDEO_START(jumping);
uint32_t screen_update_rainbow(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_jumping(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
TIMER_CALLBACK_MEMBER(cchip_timer);