summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ladyfrog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ladyfrog.h')
-rw-r--r--src/mame/includes/ladyfrog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/ladyfrog.h b/src/mame/includes/ladyfrog.h
index f8bce69f36b..293b964d39c 100644
--- a/src/mame/includes/ladyfrog.h
+++ b/src/mame/includes/ladyfrog.h
@@ -62,9 +62,9 @@ public:
DECLARE_WRITE8_MEMBER(ladyfrog_scrlram_w);
DECLARE_WRITE8_MEMBER(unk_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_VIDEO_START(toucheme);
DECLARE_VIDEO_START(ladyfrog_common);
UINT32 screen_update_ladyfrog(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);