summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/digdug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/digdug.h')
-rw-r--r--src/mame/includes/digdug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/digdug.h b/src/mame/includes/digdug.h
index 1df1206db55..32856d5c12a 100644
--- a/src/mame/includes/digdug.h
+++ b/src/mame/includes/digdug.h
@@ -22,7 +22,7 @@ public:
TILEMAP_MAPPER_MEMBER(tilemap_scan);
TILE_GET_INFO_MEMBER(bg_get_tile_info);
TILE_GET_INFO_MEMBER(tx_get_tile_info);
- void video_start_digdug() ATTR_COLD;
+ DECLARE_VIDEO_START(digdug);
DECLARE_PALETTE_INIT(digdug);
uint32_t screen_update_digdug(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect);