summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/dassault.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/dassault.h')
-rw-r--r--src/mame/includes/dassault.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/dassault.h b/src/mame/includes/dassault.h
index 822cff1dbaa..257778ba849 100644
--- a/src/mame/includes/dassault.h
+++ b/src/mame/includes/dassault.h
@@ -69,7 +69,7 @@ public:
DECLARE_WRITE8_MEMBER(sound_bankswitch_w);
DECLARE_DRIVER_INIT(thndzone);
DECLARE_DRIVER_INIT(dassault);
- virtual void video_start();
+ virtual void video_start() override;
UINT32 screen_update_dassault(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
void mixdassaultlayer(bitmap_rgb32 &bitmap, bitmap_ind16* sprite_bitmap, const rectangle &cliprect, UINT16 pri, UINT16 primask, UINT16 penbase, UINT8 alpha);
DECO16IC_BANK_CB_MEMBER(bank_callback);