summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/sauro.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/sauro.h')
-rw-r--r--src/mame/includes/sauro.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/sauro.h b/src/mame/includes/sauro.h
index a99dbc660ad..a21beba25f6 100644
--- a/src/mame/includes/sauro.h
+++ b/src/mame/includes/sauro.h
@@ -64,8 +64,8 @@ public:
TILE_GET_INFO_MEMBER(get_tile_info_fg);
void init_tecfri();
- DECLARE_VIDEO_START(trckydoc);
- DECLARE_VIDEO_START(sauro);
+ void video_start_trckydoc() ATTR_COLD;
+ void video_start_sauro() ATTR_COLD;
uint32_t screen_update_trckydoc(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_sauro(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);