summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mephistp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mephistp.cpp')
-rw-r--r--src/mame/drivers/mephistp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mephistp.cpp b/src/mame/drivers/mephistp.cpp
index db9e3aac432..d5e44dfc3b5 100644
--- a/src/mame/drivers/mephistp.cpp
+++ b/src/mame/drivers/mephistp.cpp
@@ -26,7 +26,7 @@ protected:
required_device<cpu_device> m_maincpu;
// driver_device overrides
- virtual void machine_reset();
+ virtual void machine_reset() override;
public:
DECLARE_DRIVER_INIT(mephisto);
};