summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wico.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/wico.cpp')
-rw-r--r--src/mame/drivers/wico.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/wico.cpp b/src/mame/drivers/wico.cpp
index bd54277dc51..d5fbd378e31 100644
--- a/src/mame/drivers/wico.cpp
+++ b/src/mame/drivers/wico.cpp
@@ -72,7 +72,7 @@ private:
bool m_diag_on;
UINT8 m_firqtimer;
UINT8 m_diag_segments;
- virtual void machine_reset();
+ virtual void machine_reset() override;
required_device<cpu_device> m_ccpu;
required_device<cpu_device> m_hcpu;
required_shared_ptr<UINT8> m_shared_ram;