summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mbdtower.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mbdtower.cpp')
-rw-r--r--src/mame/drivers/mbdtower.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mbdtower.cpp b/src/mame/drivers/mbdtower.cpp
index 65d27fb06f4..96efd3120d8 100644
--- a/src/mame/drivers/mbdtower.cpp
+++ b/src/mame/drivers/mbdtower.cpp
@@ -48,7 +48,7 @@ public:
DECLARE_READ8_MEMBER(read_k);
protected:
- virtual void machine_start();
+ virtual void machine_start() override;
};