summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/vicdual.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/vicdual.h')
-rw-r--r--src/mame/includes/vicdual.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/vicdual.h b/src/mame/includes/vicdual.h
index 140e27b9486..c0ae21c289a 100644
--- a/src/mame/includes/vicdual.h
+++ b/src/mame/includes/vicdual.h
@@ -146,7 +146,7 @@ public:
DECLARE_MACHINE_RESET(nsub);
DECLARE_MACHINE_START(frogs_audio);
- virtual void machine_start();
+ virtual void machine_start() override;
UINT32 screen_update_bw(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
UINT32 screen_update_bw_or_color(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);