summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mario.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mario.h')
-rw-r--r--src/mame/includes/mario.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/mario.h b/src/mame/includes/mario.h
index 0e2d97c7a63..b19a4faa211 100644
--- a/src/mame/includes/mario.h
+++ b/src/mame/includes/mario.h
@@ -114,9 +114,9 @@ public:
DECLARE_WRITE8_MEMBER(mario_sh3_w);
DECLARE_WRITE8_MEMBER(mario_z80dma_rdy_w);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
- virtual void video_start();
- virtual void sound_start();
- virtual void sound_reset();
+ virtual void video_start() override;
+ virtual void sound_start() override;
+ virtual void sound_reset() override;
DECLARE_PALETTE_INIT(mario);
UINT32 screen_update_common(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_mario(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);