summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/kingobox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/kingobox.h')
-rw-r--r--src/mame/includes/kingobox.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/kingobox.h b/src/mame/includes/kingobox.h
index b9222ca0e85..9a7ee062627 100644
--- a/src/mame/includes/kingobox.h
+++ b/src/mame/includes/kingobox.h
@@ -57,8 +57,8 @@ public:
TILE_GET_INFO_MEMBER(get_bg_tile_info);
TILE_GET_INFO_MEMBER(get_fg_tile_info);
TILE_GET_INFO_MEMBER(ringking_get_bg_tile_info);
- virtual void machine_start();
- virtual void machine_reset();
+ virtual void machine_start() override;
+ virtual void machine_reset() override;
DECLARE_VIDEO_START(kingofb);
DECLARE_PALETTE_INIT(kingofb);
DECLARE_VIDEO_START(ringking);