summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tceptor.h')
-rw-r--r--src/mame/includes/tceptor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/tceptor.h b/src/mame/includes/tceptor.h
index b7dcb5ae142..1454d8c3d5d 100644
--- a/src/mame/includes/tceptor.h
+++ b/src/mame/includes/tceptor.h
@@ -73,9 +73,9 @@ public:
TILE_GET_INFO_MEMBER(get_tx_tile_info);
TILE_GET_INFO_MEMBER(get_bg1_tile_info);
TILE_GET_INFO_MEMBER(get_bg2_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_PALETTE_INIT(tceptor);
UINT32 screen_update_tceptor_2d(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_tceptor_3d_left(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);