summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/angelkds.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/angelkds.h')
-rw-r--r--src/mame/includes/angelkds.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/angelkds.h b/src/mame/includes/angelkds.h
index 96009b248c9..ecd59f1e4e5 100644
--- a/src/mame/includes/angelkds.h
+++ b/src/mame/includes/angelkds.h
@@ -63,9 +63,9 @@ public:
TILE_GET_INFO_MEMBER(get_tx_tile_info);
TILE_GET_INFO_MEMBER(get_bgtop_tile_info);
TILE_GET_INFO_MEMBER(get_bgbot_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_angelkds(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect, int enable_n);
DECLARE_WRITE_LINE_MEMBER(irqhandler);