summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mcatadv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mcatadv.h')
-rw-r--r--src/mame/includes/mcatadv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/mcatadv.h b/src/mame/includes/mcatadv.h
index 81ddb102175..77f9b7a74e4 100644
--- a/src/mame/includes/mcatadv.h
+++ b/src/mame/includes/mcatadv.h
@@ -47,8 +47,8 @@ public:
DECLARE_WRITE16_MEMBER(mcatadv_videoram2_w);
TILE_GET_INFO_MEMBER(get_mcatadv_tile_info1);
TILE_GET_INFO_MEMBER(get_mcatadv_tile_info2);
- virtual void machine_start();
- virtual void video_start();
+ virtual void machine_start() override;
+ virtual void video_start() override;
UINT32 screen_update_mcatadv(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void screen_eof_mcatadv(screen_device &screen, bool state);
void draw_sprites( screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect );