summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mcr3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mcr3.h')
-rw-r--r--src/mame/includes/mcr3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/mcr3.h b/src/mame/includes/mcr3.h
index e2084d51956..20319ee6b4e 100644
--- a/src/mame/includes/mcr3.h
+++ b/src/mame/includes/mcr3.h
@@ -55,7 +55,7 @@ public:
void init_rampage();
void init_spyhunt();
void init_sarge();
- DECLARE_VIDEO_START(spyhunt);
+ void video_start_spyhunt() ATTR_COLD;
DECLARE_PALETTE_INIT(spyhunt);
uint32_t screen_update_mcr3(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);