summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/xain.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/xain.h')
-rw-r--r--src/mame/includes/xain.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/xain.h b/src/mame/includes/xain.h
index 1f65025d602..998e0d47364 100644
--- a/src/mame/includes/xain.h
+++ b/src/mame/includes/xain.h
@@ -88,8 +88,8 @@ public:
TILE_GET_INFO_MEMBER(get_bgram1_tile_info);
TILE_GET_INFO_MEMBER(get_char_tile_info);
- virtual void machine_start();
- virtual void video_start();
+ virtual void machine_start() override;
+ virtual void video_start() override;
UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites(bitmap_ind16 &bitmap,const rectangle &cliprect);