summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/sun1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sun1.cpp')
-rw-r--r--src/mame/drivers/sun1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sun1.cpp b/src/mame/drivers/sun1.cpp
index df26989dbaa..7f8b109f207 100644
--- a/src/mame/drivers/sun1.cpp
+++ b/src/mame/drivers/sun1.cpp
@@ -72,7 +72,7 @@ public:
DECLARE_READ16_MEMBER(sun1_upd7201_r);
DECLARE_WRITE16_MEMBER(sun1_upd7201_w);
DECLARE_WRITE8_MEMBER(kbd_put);
- virtual void machine_reset();
+ virtual void machine_reset() override;
required_shared_ptr<UINT16> m_p_ram;
UINT8 m_term_data;
};