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 a21beba25f6..a99dbc660ad 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();
- void video_start_trckydoc() ATTR_COLD;
- void video_start_sauro() ATTR_COLD;
+ DECLARE_VIDEO_START(trckydoc);
+ DECLARE_VIDEO_START(sauro);
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);