summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fk1.cpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-12-06 14:51:03 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-12-06 14:51:03 +0100
commit9e020f8a89b0aefa1efc3519bdfb3b929f55ff42 (patch)
treedcf0598eee7264ff0cc7c08d91b69d9ff2cadeff /src/mame/drivers/fk1.cpp
parenta558fcefef371ca99831ecead6baaa988355e7af (diff)
overrides in drivers (nw)
Diffstat (limited to 'src/mame/drivers/fk1.cpp')
-rw-r--r--src/mame/drivers/fk1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/fk1.cpp b/src/mame/drivers/fk1.cpp
index c821864f844..e250aada256 100644
--- a/src/mame/drivers/fk1.cpp
+++ b/src/mame/drivers/fk1.cpp
@@ -55,7 +55,7 @@ public:
DECLARE_WRITE8_MEMBER(fk1_reset_int_w);
UINT8 m_video_rol;
UINT8 m_int_vector;
- virtual void machine_reset();
+ virtual void machine_reset() override;
UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
TIMER_DEVICE_CALLBACK_MEMBER(keyboard_callback);
TIMER_DEVICE_CALLBACK_MEMBER(vsync_callback);