summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/zac2650.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/zac2650.h')
-rw-r--r--src/mame/includes/zac2650.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/zac2650.h b/src/mame/includes/zac2650.h
index eaf3e198323..e4d91c83f90 100644
--- a/src/mame/includes/zac2650.h
+++ b/src/mame/includes/zac2650.h
@@ -38,7 +38,7 @@ public:
DECLARE_WRITE8_MEMBER(zac_s2636_w);
DECLARE_READ8_MEMBER(tinvader_port_0_r);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
- virtual void video_start();
+ virtual void video_start() override;
DECLARE_PALETTE_INIT(zac2650);
UINT32 screen_update_tinvader(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
int SpriteCollision(int first,int second);