summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/saturn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/saturn.h')
-rw-r--r--src/mame/includes/saturn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/saturn.h b/src/mame/includes/saturn.h
index c0b815c436f..bc5bed44f73 100644
--- a/src/mame/includes/saturn.h
+++ b/src/mame/includes/saturn.h
@@ -113,7 +113,7 @@ public:
required_device<palette_device> m_palette;
bitmap_rgb32 m_tmpbitmap;
- void video_start_stv_vdp2() ATTR_COLD;
+ DECLARE_VIDEO_START(stv_vdp2);
uint32_t screen_update_stv_vdp2(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
TIMER_DEVICE_CALLBACK_MEMBER(saturn_scanline);
TIMER_DEVICE_CALLBACK_MEMBER(saturn_slave_scanline);