summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/acommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/acommand.cpp')
-rw-r--r--src/mame/drivers/acommand.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/acommand.cpp b/src/mame/drivers/acommand.cpp
index b3aff9cbad6..d08c0877b02 100644
--- a/src/mame/drivers/acommand.cpp
+++ b/src/mame/drivers/acommand.cpp
@@ -98,7 +98,7 @@ public:
TILEMAP_MAPPER_MEMBER(bg_scan);
TILE_GET_INFO_MEMBER(ac_get_bg_tile_info);
TILE_GET_INFO_MEMBER(ac_get_tx_tile_info);
- virtual void video_start();
+ virtual void video_start() override;
UINT32 screen_update_acommand(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
TIMER_DEVICE_CALLBACK_MEMBER(acommand_scanline);
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect, int priority, int pri_mask);