summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/summit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/summit.cpp')
-rw-r--r--src/mame/drivers/summit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/summit.cpp b/src/mame/drivers/summit.cpp
index 2f7191175a9..9058af8401e 100644
--- a/src/mame/drivers/summit.cpp
+++ b/src/mame/drivers/summit.cpp
@@ -35,7 +35,7 @@ public:
required_shared_ptr<UINT8> m_attr;
required_shared_ptr<UINT8> m_vram;
DECLARE_WRITE8_MEMBER(out_w);
- virtual void video_start();
+ virtual void video_start() override;
DECLARE_PALETTE_INIT(summit);
UINT32 screen_update_summit(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
required_device<cpu_device> m_maincpu;