summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tecmo16.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tecmo16.h')
-rw-r--r--src/mame/includes/tecmo16.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/tecmo16.h b/src/mame/includes/tecmo16.h
index 30691890e87..8531ae1ee6b 100644
--- a/src/mame/includes/tecmo16.h
+++ b/src/mame/includes/tecmo16.h
@@ -73,8 +73,8 @@ public:
TILE_GET_INFO_MEMBER(tx_get_tile_info);
virtual void video_start() override;
- void video_start_ginkun() ATTR_COLD;
- void video_start_riot() ATTR_COLD;
+ DECLARE_VIDEO_START(ginkun);
+ DECLARE_VIDEO_START(riot);
uint32_t screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);