summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/blktiger.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/blktiger.h')
-rw-r--r--src/mame/includes/blktiger.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/includes/blktiger.h b/src/mame/includes/blktiger.h
index 8e1cd2a668d..5e55faccdba 100644
--- a/src/mame/includes/blktiger.h
+++ b/src/mame/includes/blktiger.h
@@ -59,6 +59,9 @@ public:
TILEMAP_MAPPER_MEMBER(bg4x8_scan);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
TILE_GET_INFO_MEMBER(get_tx_tile_info);
+ virtual void machine_start();
+ virtual void machine_reset();
+ virtual void video_start();
};
@@ -66,5 +69,5 @@ public:
-VIDEO_START( blktiger );
+
SCREEN_UPDATE_IND16( blktiger );