summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tapatune.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tapatune.cpp')
-rw-r--r--src/mame/drivers/tapatune.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/tapatune.cpp b/src/mame/drivers/tapatune.cpp
index ee7c6ef7930..e02844b555f 100644
--- a/src/mame/drivers/tapatune.cpp
+++ b/src/mame/drivers/tapatune.cpp
@@ -79,8 +79,8 @@ public:
UINT8 m_bsmt_data_h;
bool m_bsmt_reset;
- virtual void machine_start();
- virtual void machine_reset();
+ virtual void machine_start() override;
+ virtual void machine_reset() override;
DECLARE_WRITE_LINE_MEMBER(crtc_vsync);