summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/hyprduel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/hyprduel.h')
-rw-r--r--src/mame/includes/hyprduel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/hyprduel.h b/src/mame/includes/hyprduel.h
index 23b676d8529..718a81b4694 100644
--- a/src/mame/includes/hyprduel.h
+++ b/src/mame/includes/hyprduel.h
@@ -94,7 +94,7 @@ public:
TILE_GET_INFO_MEMBER(get_tile_info_0_8bit);
TILE_GET_INFO_MEMBER(get_tile_info_1_8bit);
TILE_GET_INFO_MEMBER(get_tile_info_2_8bit);
- virtual void machine_reset();
+ virtual void machine_reset() override;
DECLARE_MACHINE_START(hyprduel);
DECLARE_VIDEO_START(hyprduel_14220);
DECLARE_MACHINE_START(magerror);