summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cortex.cpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-12-06 14:51:03 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-12-06 14:51:03 +0100
commit9e020f8a89b0aefa1efc3519bdfb3b929f55ff42 (patch)
treedcf0598eee7264ff0cc7c08d91b69d9ff2cadeff /src/mame/drivers/cortex.cpp
parenta558fcefef371ca99831ecead6baaa988355e7af (diff)
overrides in drivers (nw)
Diffstat (limited to 'src/mame/drivers/cortex.cpp')
-rw-r--r--src/mame/drivers/cortex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cortex.cpp b/src/mame/drivers/cortex.cpp
index e208d5c1899..7e9d3c9a351 100644
--- a/src/mame/drivers/cortex.cpp
+++ b/src/mame/drivers/cortex.cpp
@@ -36,7 +36,7 @@ public:
, m_p_ram(*this, "ram")
{ }
- virtual void machine_reset();
+ virtual void machine_reset() override;
required_device<tms9995_device> m_maincpu;
required_shared_ptr<UINT8> m_p_ram;
};