summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/sun3.cpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-12-06 15:52:12 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-12-06 15:52:12 +0100
commit0e00c47c7cdea1fc90f467cdbe7290c67eb406cb (patch)
tree2c9e142eec252b8f692ad41fc5d4589e4be6aab7 /src/mame/drivers/sun3.cpp
parente6e4a057ecce5866e27b7a59473fafed617e3292 (diff)
some more override (nw)
Diffstat (limited to 'src/mame/drivers/sun3.cpp')
-rw-r--r--src/mame/drivers/sun3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sun3.cpp b/src/mame/drivers/sun3.cpp
index 88cb36d8bbf..5cdc1fe8125 100644
--- a/src/mame/drivers/sun3.cpp
+++ b/src/mame/drivers/sun3.cpp
@@ -315,7 +315,7 @@ public:
required_device<scc8530_t> m_scc1;
required_device<scc8530_t> m_scc2;
optional_device<n82077aa_device> m_fdc;
- virtual void machine_reset();
+ virtual void machine_reset() override;
required_shared_ptr<UINT32> m_p_ram;
optional_shared_ptr<UINT32> m_bw2_vram;