summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/vball.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/vball.h')
-rw-r--r--src/mame/includes/vball.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/vball.h b/src/mame/includes/vball.h
index e43c3421430..ad1c41d9a07 100644
--- a/src/mame/includes/vball.h
+++ b/src/mame/includes/vball.h
@@ -46,8 +46,8 @@ public:
TILEMAP_MAPPER_MEMBER(background_scan);
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;
UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
TIMER_DEVICE_CALLBACK_MEMBER(vball_scanline);