summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gstriker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gstriker.h')
-rw-r--r--src/mame/includes/gstriker.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/mame/includes/gstriker.h b/src/mame/includes/gstriker.h
index 92b7045b88b..8b01b101a27 100644
--- a/src/mame/includes/gstriker.h
+++ b/src/mame/includes/gstriker.h
@@ -101,6 +101,9 @@ public:
TILE_GET_INFO_MEMBER(VS920A_get_tile_info);
TILE_GET_INFO_MEMBER(MB60553_get_tile_info);
TILEMAP_MAPPER_MEMBER(twc94_scan);
+ DECLARE_VIDEO_START(gstriker);
+ DECLARE_VIDEO_START(vgoalsoc);
+ DECLARE_VIDEO_START(twrldc94);
};
@@ -108,7 +111,7 @@ public:
SCREEN_UPDATE_IND16( gstriker );
-VIDEO_START( gstriker );
-VIDEO_START( twrldc94 );
-VIDEO_START( vgoalsoc );
+
+
+
#endif