summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/stadhero.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/stadhero.h')
-rw-r--r--src/mame/includes/stadhero.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/stadhero.h b/src/mame/includes/stadhero.h
index df8a0a30879..d9aa358e551 100644
--- a/src/mame/includes/stadhero.h
+++ b/src/mame/includes/stadhero.h
@@ -30,7 +30,7 @@ public:
DECLARE_WRITE16_MEMBER(stadhero_control_w);
DECLARE_WRITE16_MEMBER(stadhero_pf1_data_w);
- virtual void video_start();
+ virtual void video_start() override;
TILE_GET_INFO_MEMBER(get_pf1_tile_info);
UINT32 screen_update_stadhero(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);