summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/m62.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/m62.h')
-rw-r--r--src/mame/includes/m62.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/mame/includes/m62.h b/src/mame/includes/m62.h
index 4f9d75e1fe1..7c7204c7990 100644
--- a/src/mame/includes/m62.h
+++ b/src/mame/includes/m62.h
@@ -98,7 +98,7 @@ public:
TILE_GET_INFO_MEMBER(get_youjyudn_bg_tile_info);
TILE_GET_INFO_MEMBER(get_youjyudn_fg_tile_info);
TILE_GET_INFO_MEMBER(get_horizon_bg_tile_info);
- void machine_start_battroad() ATTR_COLD;
+ DECLARE_MACHINE_START(battroad);
void machine_init_save();
virtual void machine_start() override;
virtual void machine_reset() override;
@@ -107,17 +107,17 @@ public:
DECLARE_PALETTE_INIT(m62_chr);
DECLARE_PALETTE_INIT(m62_lotlot_fg);
DECLARE_PALETTE_INIT(m62_battroad_fg);
- void video_start_kungfum() ATTR_COLD;
- void video_start_battroad() ATTR_COLD;
- void video_start_ldrun2() ATTR_COLD;
- void video_start_ldrun4() ATTR_COLD;
- void video_start_lotlot() ATTR_COLD;
- void video_start_kidniki() ATTR_COLD;
- void video_start_spelunkr() ATTR_COLD;
- void video_start_spelunk2() ATTR_COLD;
+ DECLARE_VIDEO_START(kungfum);
+ DECLARE_VIDEO_START(battroad);
+ DECLARE_VIDEO_START(ldrun2);
+ DECLARE_VIDEO_START(ldrun4);
+ DECLARE_VIDEO_START(lotlot);
+ DECLARE_VIDEO_START(kidniki);
+ DECLARE_VIDEO_START(spelunkr);
+ DECLARE_VIDEO_START(spelunk2);
DECLARE_PALETTE_INIT(spelunk2);
- void video_start_youjyudn() ATTR_COLD;
- void video_start_horizon() ATTR_COLD;
+ DECLARE_VIDEO_START(youjyudn);
+ DECLARE_VIDEO_START(horizon);
uint32_t screen_update_ldrun(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
uint32_t screen_update_kungfum(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
uint32_t screen_update_battroad(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);