summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/safarir.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/safarir.cpp')
-rw-r--r--src/mame/drivers/safarir.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/safarir.cpp b/src/mame/drivers/safarir.cpp
index 7a912b2d191..bc711f88d9c 100644
--- a/src/mame/drivers/safarir.cpp
+++ b/src/mame/drivers/safarir.cpp
@@ -85,8 +85,8 @@ public:
DECLARE_WRITE8_MEMBER(safarir_audio_w);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
TILE_GET_INFO_MEMBER(get_fg_tile_info);
- virtual void machine_start();
- virtual void video_start();
+ virtual void machine_start() override;
+ virtual void video_start() override;
DECLARE_PALETTE_INIT(safarir);
UINT32 screen_update_safarir(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};