summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/expro02.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/expro02.cpp
parenta558fcefef371ca99831ecead6baaa988355e7af (diff)
overrides in drivers (nw)
Diffstat (limited to 'src/mame/drivers/expro02.cpp')
-rw-r--r--src/mame/drivers/expro02.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/expro02.cpp b/src/mame/drivers/expro02.cpp
index bd1d43e5840..b8865c1cdc5 100644
--- a/src/mame/drivers/expro02.cpp
+++ b/src/mame/drivers/expro02.cpp
@@ -241,8 +241,8 @@ public:
DECLARE_WRITE16_MEMBER(expro02_vram_0_bank_w);
DECLARE_WRITE16_MEMBER(expro02_vram_1_bank_w);
DECLARE_DRIVER_INIT(expro02);
- virtual void machine_reset();
- virtual void video_start();
+ virtual void machine_reset() override;
+ virtual void video_start() override;
DECLARE_PALETTE_INIT(expro02);
UINT32 screen_update_backgrounds(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_expro02(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);