summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/wgp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/wgp.h')
-rw-r--r--src/mame/includes/wgp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/wgp.h b/src/mame/includes/wgp.h
index 01807d0426c..348912942f2 100644
--- a/src/mame/includes/wgp.h
+++ b/src/mame/includes/wgp.h
@@ -52,7 +52,7 @@ public:
DECLARE_WRITE16_MEMBER(piv_ctrl_word_w);
void init_wgp();
void init_wgp2();
- void video_start_wgp2() ATTR_COLD;
+ DECLARE_VIDEO_START(wgp2);
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(cpub_interrupt);