summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/blitz.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/blitz.cpp')
-rw-r--r--src/mame/drivers/blitz.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/blitz.cpp b/src/mame/drivers/blitz.cpp
index 5cfa05309ee..d945a7aa63d 100644
--- a/src/mame/drivers/blitz.cpp
+++ b/src/mame/drivers/blitz.cpp
@@ -286,7 +286,7 @@ public:
DECLARE_WRITE8_MEMBER(lamps_a_w);
DECLARE_WRITE8_MEMBER(sound_w);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
- virtual void video_start();
+ virtual void video_start() override;
DECLARE_PALETTE_INIT(blitz);
UINT32 screen_update_megadpkr(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
required_device<cpu_device> m_maincpu;