summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/rollrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/rollrace.h')
-rw-r--r--src/mame/includes/rollrace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/rollrace.h b/src/mame/includes/rollrace.h
index f7ae7c0e9e4..a1860032610 100644
--- a/src/mame/includes/rollrace.h
+++ b/src/mame/includes/rollrace.h
@@ -45,7 +45,7 @@ public:
DECLARE_WRITE8_MEMBER(flipx_w);
DECLARE_PALETTE_INIT(rollrace);
- virtual void machine_start();
+ virtual void machine_start() override;
UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);