summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tehkanwc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tehkanwc.h')
-rw-r--r--src/mame/includes/tehkanwc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/tehkanwc.h b/src/mame/includes/tehkanwc.h
index 49ea542c5ec..22f98d76586 100644
--- a/src/mame/includes/tehkanwc.h
+++ b/src/mame/includes/tehkanwc.h
@@ -72,13 +72,13 @@ public:
TILE_GET_INFO_MEMBER(get_fg_tile_info);
DECLARE_DRIVER_INIT(teedoff);
- virtual void machine_start();
- virtual void video_start();
+ virtual void machine_start() override;
+ virtual void video_start() override;
UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void gridiron_draw_led(bitmap_ind16 &bitmap, const rectangle &cliprect, UINT8 led,int player);
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect);
protected:
- virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr);
+ virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;
};