summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/holeland.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/holeland.h')
-rw-r--r--src/mame/includes/holeland.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/holeland.h b/src/mame/includes/holeland.h
index fed7e8665bd..d8767ea979b 100644
--- a/src/mame/includes/holeland.h
+++ b/src/mame/includes/holeland.h
@@ -49,8 +49,8 @@ public:
TILE_GET_INFO_MEMBER(holeland_get_tile_info);
TILE_GET_INFO_MEMBER(crzrally_get_tile_info);
- void video_start_holeland() ATTR_COLD;
- void video_start_crzrally() ATTR_COLD;
+ DECLARE_VIDEO_START(holeland);
+ DECLARE_VIDEO_START(crzrally);
uint32_t screen_update_holeland(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_crzrally(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);