summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/modellot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/modellot.cpp')
-rw-r--r--src/mame/drivers/modellot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/modellot.cpp b/src/mame/drivers/modellot.cpp
index 9c2421bddd0..23eabd69770 100644
--- a/src/mame/drivers/modellot.cpp
+++ b/src/mame/drivers/modellot.cpp
@@ -40,7 +40,7 @@ public:
private:
UINT8 m_term_data;
const UINT8 *m_p_chargen;
- virtual void machine_reset();
+ virtual void machine_reset() override;
required_device<cpu_device> m_maincpu;
};