summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gts3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gts3.cpp')
-rw-r--r--src/mame/drivers/gts3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gts3.cpp b/src/mame/drivers/gts3.cpp
index d4cd95ee06a..17fc7d7029a 100644
--- a/src/mame/drivers/gts3.cpp
+++ b/src/mame/drivers/gts3.cpp
@@ -60,7 +60,7 @@ private:
UINT8 m_row; // for lamps and switches
UINT8 m_segment[4];
UINT8 m_u4b;
- virtual void machine_reset();
+ virtual void machine_reset() override;
required_device<m65c02_device> m_maincpu;
required_device<via6522_device> m_u4;
required_device<via6522_device> m_u5;