summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/buster.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/buster.cpp')
-rw-r--r--src/mame/drivers/buster.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/buster.cpp b/src/mame/drivers/buster.cpp
index 9c489904229..b7048f13bbc 100644
--- a/src/mame/drivers/buster.cpp
+++ b/src/mame/drivers/buster.cpp
@@ -26,7 +26,7 @@ public:
required_shared_ptr<UINT8> m_vram;
DECLARE_READ8_MEMBER(test_r);
- virtual void video_start();
+ virtual void video_start() override;
UINT32 screen_update_buster(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
required_device<cpu_device> m_maincpu;
required_device<gfxdecode_device> m_gfxdecode;