summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/docastle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/docastle.h')
-rw-r--r--src/mame/includes/docastle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/docastle.h b/src/mame/includes/docastle.h
index 34ea0e27bdb..74cd1e4bb0a 100644
--- a/src/mame/includes/docastle.h
+++ b/src/mame/includes/docastle.h
@@ -72,7 +72,7 @@ public:
virtual void machine_reset() override;
virtual void video_start() override;
DECLARE_PALETTE_INIT(docastle);
- DECLARE_VIDEO_START(dorunrun);
+ void video_start_dorunrun() ATTR_COLD;
uint32_t screen_update_docastle(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void video_start_common( uint32_t tile_transmask );
void draw_sprites( screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect );