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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/includes/angelkds.h b/src/mame/includes/angelkds.h
index 4570beaa12f..c60aff1f91d 100644
--- a/src/mame/includes/angelkds.h
+++ b/src/mame/includes/angelkds.h
@@ -56,6 +56,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();
};
@@ -64,5 +67,5 @@ public:
-VIDEO_START( angelkds );
+
SCREEN_UPDATE_IND16( angelkds );