summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bosco.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bosco.h')
-rw-r--r--src/mame/includes/bosco.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/bosco.h b/src/mame/includes/bosco.h
index 256581d524b..fe5473e85f7 100644
--- a/src/mame/includes/bosco.h
+++ b/src/mame/includes/bosco.h
@@ -30,7 +30,7 @@ public:
TILEMAP_MAPPER_MEMBER(fg_tilemap_scan);
TILE_GET_INFO_MEMBER(bg_get_tile_info);
TILE_GET_INFO_MEMBER(fg_get_tile_info);
- void video_start_bosco() ATTR_COLD;
+ DECLARE_VIDEO_START(bosco);
DECLARE_PALETTE_INIT(bosco);
uint32_t screen_update_bosco(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_WRITE_LINE_MEMBER(screen_vblank_bosco);