summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/battlera.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/battlera.h')
-rw-r--r--src/mame/includes/battlera.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/battlera.h b/src/mame/includes/battlera.h
index f7fb769e464..3c1c72b4806 100644
--- a/src/mame/includes/battlera.h
+++ b/src/mame/includes/battlera.h
@@ -35,7 +35,7 @@ public:
DECLARE_WRITE8_MEMBER(adpcm_reset_w);
DECLARE_WRITE_LINE_MEMBER(adpcm_int);
- virtual void machine_start();
+ virtual void machine_start() override;
UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};