summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mrdo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mrdo.h')
-rw-r--r--src/mame/includes/mrdo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/mrdo.h b/src/mame/includes/mrdo.h
index 9033ada4902..0a83c779498 100644
--- a/src/mame/includes/mrdo.h
+++ b/src/mame/includes/mrdo.h
@@ -35,7 +35,7 @@ public:
DECLARE_WRITE8_MEMBER(mrdo_flipscreen_w);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
TILE_GET_INFO_MEMBER(get_fg_tile_info);
- virtual void video_start();
+ virtual void video_start() override;
DECLARE_PALETTE_INIT(mrdo);
UINT32 screen_update_mrdo(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites( bitmap_ind16 &bitmap,const rectangle &cliprect );