summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/3do.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/3do.h')
-rw-r--r--src/mame/includes/3do.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/3do.h b/src/mame/includes/3do.h
index b9617277357..8d176a2401f 100644
--- a/src/mame/includes/3do.h
+++ b/src/mame/includes/3do.h
@@ -173,7 +173,7 @@ public:
DECLARE_WRITE32_MEMBER(_3do_clio_w);
virtual void machine_start() override;
virtual void machine_reset() override;
- void video_start__3do() ATTR_COLD;
+ DECLARE_VIDEO_START(_3do);
uint32_t screen_update__3do(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
TIMER_DEVICE_CALLBACK_MEMBER( timer_x16_cb );