summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/wc90.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/wc90.h')
-rw-r--r--src/mame/includes/wc90.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/wc90.h b/src/mame/includes/wc90.h
index 5a9e80cd80c..d4716cb76eb 100644
--- a/src/mame/includes/wc90.h
+++ b/src/mame/includes/wc90.h
@@ -76,7 +76,7 @@ public:
virtual void machine_start() override;
virtual void video_start() override;
- DECLARE_VIDEO_START(wc90t);
+ void video_start_wc90t() ATTR_COLD;
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void wc90t(machine_config &config);