summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tecmo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tecmo.h')
-rw-r--r--src/mame/includes/tecmo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/tecmo.h b/src/mame/includes/tecmo.h
index cc5598b39fa..51073c645dc 100644
--- a/src/mame/includes/tecmo.h
+++ b/src/mame/includes/tecmo.h
@@ -70,9 +70,9 @@ public:
TILE_GET_INFO_MEMBER(gemini_get_fg_tile_info);
TILE_GET_INFO_MEMBER(get_tx_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;
UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites(screen_device &screen, bitmap_ind16 &bitmap,const rectangle &cliprect);