summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mmagic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mmagic.cpp')
-rw-r--r--src/mame/drivers/mmagic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mmagic.cpp b/src/mame/drivers/mmagic.cpp
index fe94c2d4e02..4c21963b0f4 100644
--- a/src/mame/drivers/mmagic.cpp
+++ b/src/mame/drivers/mmagic.cpp
@@ -87,7 +87,7 @@ public:
UINT32 screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
protected:
- virtual void machine_start();
+ virtual void machine_start() override;
private:
required_device<cpu_device> m_maincpu;