summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/wwfsstar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/wwfsstar.h')
-rw-r--r--src/mame/includes/wwfsstar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/wwfsstar.h b/src/mame/includes/wwfsstar.h
index 868592b332c..9124a128968 100644
--- a/src/mame/includes/wwfsstar.h
+++ b/src/mame/includes/wwfsstar.h
@@ -25,10 +25,11 @@ public:
TILE_GET_INFO_MEMBER(get_fg0_tile_info);
TILEMAP_MAPPER_MEMBER(bg0_scan);
TILE_GET_INFO_MEMBER(get_bg0_tile_info);
+ virtual void video_start();
};
/*----------- defined in video/wwfsstar.c -----------*/
-VIDEO_START( wwfsstar );
+
SCREEN_UPDATE_IND16( wwfsstar );