summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cclimber.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/cclimber.h')
-rw-r--r--src/mame/includes/cclimber.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/cclimber.h b/src/mame/includes/cclimber.h
index 09ae03334fb..7bdcfe6cb94 100644
--- a/src/mame/includes/cclimber.h
+++ b/src/mame/includes/cclimber.h
@@ -82,12 +82,12 @@ public:
void init_cannonb();
void init_dking();
void init_rpatrol();
- void video_start_cclimber() ATTR_COLD;
+ DECLARE_VIDEO_START(cclimber);
DECLARE_PALETTE_INIT(cclimber);
- void video_start_swimmer() ATTR_COLD;
+ DECLARE_VIDEO_START(swimmer);
DECLARE_PALETTE_INIT(swimmer);
DECLARE_PALETTE_INIT(yamato);
- void video_start_toprollr() ATTR_COLD;
+ DECLARE_VIDEO_START(toprollr);
DECLARE_PALETTE_INIT(toprollr);
TILE_GET_INFO_MEMBER(cclimber_get_pf_tile_info);