summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/taotaido.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/taotaido.h')
-rw-r--r--src/mame/includes/taotaido.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/taotaido.h b/src/mame/includes/taotaido.h
index b9cb6e08dfa..3becb7a55f7 100644
--- a/src/mame/includes/taotaido.h
+++ b/src/mame/includes/taotaido.h
@@ -29,11 +29,12 @@ public:
DECLARE_WRITE16_MEMBER(taotaido_bgvideoram_w);
TILE_GET_INFO_MEMBER(taotaido_bg_tile_info);
TILEMAP_MAPPER_MEMBER(taotaido_tilemap_scan_rows);
+ virtual void video_start();
};
/*----------- defined in video/taotaido.c -----------*/
-VIDEO_START( taotaido );
+
SCREEN_UPDATE_IND16( taotaido );
SCREEN_VBLANK( taotaido );