summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/m58.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/m58.h')
-rw-r--r--src/mame/includes/m58.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/m58.h b/src/mame/includes/m58.h
index 0a4977a0163..656fa75c5b3 100644
--- a/src/mame/includes/m58.h
+++ b/src/mame/includes/m58.h
@@ -39,7 +39,7 @@ public:
DECLARE_WRITE8_MEMBER(flipscreen_w);
DECLARE_DRIVER_INIT(yard85);
- virtual void video_start();
+ virtual void video_start() override;
DECLARE_PALETTE_INIT(m58);
TILE_GET_INFO_MEMBER(get_bg_tile_info);