summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/s6a.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/s6a.cpp')
-rw-r--r--src/mame/drivers/s6a.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/s6a.cpp b/src/mame/drivers/s6a.cpp
index f04eff01f57..da580dafb21 100644
--- a/src/mame/drivers/s6a.cpp
+++ b/src/mame/drivers/s6a.cpp
@@ -93,7 +93,7 @@ private:
UINT8 m_kbdrow;
bool m_data_ok;
emu_timer* m_irq_timer;
- virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr);
+ virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;
static const device_timer_id TIMER_IRQ = 0;
required_device<cpu_device> m_maincpu;
required_device<cpu_device> m_audiocpu;