summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ts816.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ts816.cpp')
-rw-r--r--src/mame/drivers/ts816.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ts816.cpp b/src/mame/drivers/ts816.cpp
index c9cfd795665..6bf818a2163 100644
--- a/src/mame/drivers/ts816.cpp
+++ b/src/mame/drivers/ts816.cpp
@@ -33,7 +33,7 @@ public:
private:
UINT8 m_term_data;
UINT8 m_status;
- virtual void machine_reset();
+ virtual void machine_reset() override;
required_device<cpu_device> m_maincpu;
required_device<generic_terminal_device> m_terminal;
};