summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/fastlane.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/fastlane.h')
-rw-r--r--src/mame/includes/fastlane.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/fastlane.h b/src/mame/includes/fastlane.h
index 49b4592749d..d6c7fe0ac79 100644
--- a/src/mame/includes/fastlane.h
+++ b/src/mame/includes/fastlane.h
@@ -58,8 +58,8 @@ public:
DECLARE_WRITE8_MEMBER(fastlane_k2_k007232_w);
TILE_GET_INFO_MEMBER(get_tile_info0);
TILE_GET_INFO_MEMBER(get_tile_info1);
- virtual void machine_start();
- virtual void video_start();
+ virtual void machine_start() override;
+ virtual void video_start() override;
DECLARE_PALETTE_INIT(fastlane);
UINT32 screen_update_fastlane(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
TIMER_DEVICE_CALLBACK_MEMBER(fastlane_scanline);