summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/wwfwfest.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/wwfwfest.h')
-rw-r--r--src/mame/includes/wwfwfest.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/includes/wwfwfest.h b/src/mame/includes/wwfwfest.h
index 4e719e5b1a0..dd64cf1ad8a 100644
--- a/src/mame/includes/wwfwfest.h
+++ b/src/mame/includes/wwfwfest.h
@@ -41,11 +41,13 @@ public:
TILE_GET_INFO_MEMBER(get_fg0_tile_info);
TILE_GET_INFO_MEMBER(get_bg0_tile_info);
TILE_GET_INFO_MEMBER(get_bg1_tile_info);
+ virtual void video_start();
+ DECLARE_VIDEO_START(wwfwfstb);
};
/*----------- defined in video/wwfwfest.c -----------*/
-VIDEO_START( wwfwfest );
-VIDEO_START( wwfwfstb );
+
+
SCREEN_UPDATE_IND16( wwfwfest );