summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/raiden.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/raiden.h')
-rw-r--r--src/mame/includes/raiden.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/includes/raiden.h b/src/mame/includes/raiden.h
index 0abe5f16d43..288288cbffc 100644
--- a/src/mame/includes/raiden.h
+++ b/src/mame/includes/raiden.h
@@ -37,11 +37,13 @@ public:
TILE_GET_INFO_MEMBER(get_back_tile_info);
TILE_GET_INFO_MEMBER(get_fore_tile_info);
TILE_GET_INFO_MEMBER(get_text_tile_info);
+ virtual void video_start();
+ DECLARE_VIDEO_START(raidena);
};
/*----------- defined in video/raiden.c -----------*/
-VIDEO_START( raiden );
-VIDEO_START( raidena );
+
+
SCREEN_UPDATE_IND16( raiden );