summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/namcos11.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/namcos11.cpp')
-rw-r--r--src/mame/drivers/namcos11.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/namcos11.cpp b/src/mame/drivers/namcos11.cpp
index fc70c932550..2f3426fb536 100644
--- a/src/mame/drivers/namcos11.cpp
+++ b/src/mame/drivers/namcos11.cpp
@@ -329,7 +329,7 @@ public:
TIMER_DEVICE_CALLBACK_MEMBER(mcu_adc_cb);
protected:
- virtual void driver_start();
+ virtual void driver_start() override;
private:
required_shared_ptr<UINT16> m_sharedram;