summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/sub.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/sub.cpp
parente6e4a057ecce5866e27b7a59473fafed617e3292 (diff)
some more override (nw)
Diffstat (limited to 'src/mame/drivers/sub.cpp')
-rw-r--r--src/mame/drivers/sub.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sub.cpp b/src/mame/drivers/sub.cpp
index 3282059da41..9b2487ce495 100644
--- a/src/mame/drivers/sub.cpp
+++ b/src/mame/drivers/sub.cpp
@@ -145,7 +145,7 @@ public:
DECLARE_WRITE8_MEMBER(to_sound_w);
DECLARE_WRITE8_MEMBER(nmi_mask_w);
- virtual void machine_start();
+ virtual void machine_start() override;
DECLARE_PALETTE_INIT(sub);
UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);