summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/strnskil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/strnskil.h')
-rw-r--r--src/mame/includes/strnskil.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/strnskil.h b/src/mame/includes/strnskil.h
index 3e5374fbe08..7f0e4699cad 100644
--- a/src/mame/includes/strnskil.h
+++ b/src/mame/includes/strnskil.h
@@ -40,8 +40,8 @@ public:
TILE_GET_INFO_MEMBER(get_bg_tile_info);
- virtual void machine_start();
- virtual void video_start();
+ virtual void machine_start() override;
+ virtual void video_start() override;
DECLARE_PALETTE_INIT(strnskil);
UINT32 screen_update_strnskil(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect);