summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/m72.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/m72.h')
-rw-r--r--src/mame/includes/m72.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/m72.h b/src/mame/includes/m72.h
index 692d2485bc9..4c74265c2a7 100644
--- a/src/mame/includes/m72.h
+++ b/src/mame/includes/m72.h
@@ -156,8 +156,8 @@ public:
TILEMAP_MAPPER_MEMBER(m82_scan_rows);
- void machine_start();
- void machine_reset();
+ void machine_start() override;
+ void machine_reset() override;
DECLARE_VIDEO_START(m72);
DECLARE_VIDEO_START(xmultipl);
DECLARE_VIDEO_START(hharry);