summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/mame/drivers/ti99_4x.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ti99_4x.cpp b/src/mame/drivers/ti99_4x.cpp
index 45d71a08872..898327f92a7 100644
--- a/src/mame/drivers/ti99_4x.cpp
+++ b/src/mame/drivers/ti99_4x.cpp
@@ -130,7 +130,7 @@ public:
DECLARE_INPUT_CHANGED_MEMBER( load_interrupt );
// Used by EVPC
- 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;
private:
void set_keyboard_column(int number, int data);