summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cischeat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/cischeat.h')
-rw-r--r--src/mame/includes/cischeat.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/mame/includes/cischeat.h b/src/mame/includes/cischeat.h
index 5fcaf2e6538..8a7234c8b87 100644
--- a/src/mame/includes/cischeat.h
+++ b/src/mame/includes/cischeat.h
@@ -77,6 +77,9 @@ public:
TILEMAP_MAPPER_MEMBER(cischeat_scan_16x16);
TILE_GET_INFO_MEMBER(cischeat_get_scroll_tile_info_8x8);
TILE_GET_INFO_MEMBER(cischeat_get_scroll_tile_info_16x16);
+ DECLARE_VIDEO_START(bigrun);
+ DECLARE_VIDEO_START(f1gpstar);
+ DECLARE_VIDEO_START(cischeat);
};
@@ -85,9 +88,9 @@ public:
-VIDEO_START( bigrun );
-VIDEO_START( cischeat );
-VIDEO_START( f1gpstar );
+
+
+
SCREEN_UPDATE_IND16( bigrun );
SCREEN_UPDATE_IND16( cischeat );