summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/srmp5.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/srmp5.cpp
parente6e4a057ecce5866e27b7a59473fafed617e3292 (diff)
some more override (nw)
Diffstat (limited to 'src/mame/drivers/srmp5.cpp')
-rw-r--r--src/mame/drivers/srmp5.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/srmp5.cpp b/src/mame/drivers/srmp5.cpp
index 7f2969351e3..a46e129331b 100644
--- a/src/mame/drivers/srmp5.cpp
+++ b/src/mame/drivers/srmp5.cpp
@@ -116,7 +116,7 @@ public:
DECLARE_READ8_MEMBER(cmd1_r);
DECLARE_READ8_MEMBER(cmd2_r);
DECLARE_READ8_MEMBER(cmd_stat8_r);
- virtual void machine_start();
+ virtual void machine_start() override;
DECLARE_DRIVER_INIT(srmp5);
UINT32 screen_update_srmp5(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);