summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bking.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bking.h')
-rw-r--r--src/mame/includes/bking.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/bking.h b/src/mame/includes/bking.h
index 539ceb9a579..1b32797ba62 100644
--- a/src/mame/includes/bking.h
+++ b/src/mame/includes/bking.h
@@ -95,9 +95,9 @@ public:
DECLARE_WRITE8_MEMBER(unk_w);
DECLARE_WRITE8_MEMBER(port_b_w);
TILE_GET_INFO_MEMBER(get_tile_info);
- virtual void machine_start();
- virtual void machine_reset();
- virtual void video_start();
+ virtual void machine_start() override;
+ virtual void machine_reset() override;
+ virtual void video_start() override;
DECLARE_PALETTE_INIT(bking);
DECLARE_MACHINE_START(bking3);
DECLARE_MACHINE_RESET(bking3);