summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/sslam.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/sslam.h')
-rw-r--r--src/mame/includes/sslam.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/includes/sslam.h b/src/mame/includes/sslam.h
index 3d55e5c60a3..55701cfe5ee 100644
--- a/src/mame/includes/sslam.h
+++ b/src/mame/includes/sslam.h
@@ -48,12 +48,14 @@ public:
TILE_GET_INFO_MEMBER(get_sslam_md_tile_info);
TILE_GET_INFO_MEMBER(get_sslam_bg_tile_info);
TILE_GET_INFO_MEMBER(get_powerbls_bg_tile_info);
+ DECLARE_VIDEO_START(sslam);
+ DECLARE_VIDEO_START(powerbls);
};
/*----------- defined in video/sslam.c -----------*/
-VIDEO_START(sslam);
-VIDEO_START(powerbls);
+
+
SCREEN_UPDATE_IND16(sslam);
SCREEN_UPDATE_IND16(powerbls);