summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ti990_4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ti990_4.cpp')
-rw-r--r--src/mame/drivers/ti990_4.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ti990_4.cpp b/src/mame/drivers/ti990_4.cpp
index b18fe23ff34..c922b662394 100644
--- a/src/mame/drivers/ti990_4.cpp
+++ b/src/mame/drivers/ti990_4.cpp
@@ -71,7 +71,7 @@ public:
private:
void hold_load();
- void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr);
+ void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;
int m_intlines;
int m_int_level;
emu_timer* m_nmi_timer;