summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/docastle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/docastle.h')
-rw-r--r--src/mame/includes/docastle.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/docastle.h b/src/mame/includes/docastle.h
index 165e6667ed7..13913392953 100644
--- a/src/mame/includes/docastle.h
+++ b/src/mame/includes/docastle.h
@@ -65,9 +65,9 @@ public:
DECLARE_READ8_MEMBER(idsoccer_adpcm_status_r);
DECLARE_WRITE8_MEMBER(idsoccer_adpcm_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(docastle);
DECLARE_VIDEO_START(dorunrun);
UINT32 screen_update_docastle(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);