summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/rallyx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/rallyx.h')
-rw-r--r--src/mame/includes/rallyx.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/includes/rallyx.h b/src/mame/includes/rallyx.h
index 2f6ad308f92..d7f739742b7 100644
--- a/src/mame/includes/rallyx.h
+++ b/src/mame/includes/rallyx.h
@@ -72,13 +72,13 @@ public:
TILE_GET_INFO_MEMBER(rallyx_fg_get_tile_info);
TILE_GET_INFO_MEMBER(locomotn_bg_get_tile_info);
TILE_GET_INFO_MEMBER(locomotn_fg_get_tile_info);
- void machine_start_rallyx() ATTR_COLD;
- void video_start_rallyx() ATTR_COLD;
+ DECLARE_MACHINE_START(rallyx);
+ DECLARE_VIDEO_START(rallyx);
DECLARE_PALETTE_INIT(rallyx);
- void video_start_jungler() ATTR_COLD;
+ DECLARE_VIDEO_START(jungler);
DECLARE_PALETTE_INIT(jungler);
- void video_start_locomotn() ATTR_COLD;
- void video_start_commsega() ATTR_COLD;
+ DECLARE_VIDEO_START(locomotn);
+ DECLARE_VIDEO_START(commsega);
uint32_t screen_update_rallyx(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_jungler(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_locomotn(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);