summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mk2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mk2.cpp')
-rw-r--r--src/mame/drivers/mk2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mk2.cpp b/src/mame/drivers/mk2.cpp
index cd929668fed..bd0277641fd 100644
--- a/src/mame/drivers/mk2.cpp
+++ b/src/mame/drivers/mk2.cpp
@@ -74,7 +74,7 @@ public:
DECLARE_READ8_MEMBER(mk2_read_b);
DECLARE_WRITE8_MEMBER(mk2_write_b);
UINT8 m_led[5];
- virtual void machine_start();
+ virtual void machine_start() override;
TIMER_DEVICE_CALLBACK_MEMBER(update_leds);
};