summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/rpunch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/rpunch.h')
-rw-r--r--src/mame/includes/rpunch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/rpunch.h b/src/mame/includes/rpunch.h
index cc541836b54..e9ad46495e6 100644
--- a/src/mame/includes/rpunch.h
+++ b/src/mame/includes/rpunch.h
@@ -62,8 +62,8 @@ public:
virtual void machine_start() override;
virtual void machine_reset() override;
- void video_start_rpunch() ATTR_COLD;
- void video_start_svolley() ATTR_COLD;
+ DECLARE_VIDEO_START(rpunch);
+ DECLARE_VIDEO_START(svolley);
uint32_t screen_update_rpunch(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);