summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/meadwttl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/meadwttl.cpp')
-rw-r--r--src/mame/drivers/meadwttl.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/meadwttl.cpp b/src/mame/drivers/meadwttl.cpp
index 9677754080e..0dffab0d0e7 100644
--- a/src/mame/drivers/meadwttl.cpp
+++ b/src/mame/drivers/meadwttl.cpp
@@ -55,10 +55,10 @@ public:
protected:
// driver_device overrides
- virtual void machine_start();
- virtual void machine_reset();
+ virtual void machine_start() override;
+ virtual void machine_reset() override;
- virtual void video_start();
+ virtual void video_start() override;
private: