summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tispeak.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tispeak.cpp')
-rw-r--r--src/mame/drivers/tispeak.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tispeak.cpp b/src/mame/drivers/tispeak.cpp
index 92869018edb..12c03a5b5c2 100644
--- a/src/mame/drivers/tispeak.cpp
+++ b/src/mame/drivers/tispeak.cpp
@@ -408,7 +408,7 @@ public:
TIMER_DEVICE_CALLBACK_MEMBER(tntell_get_overlay);
protected:
- virtual void machine_start();
+ virtual void machine_start() override;
};