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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/sslam.h b/src/mame/includes/sslam.h
index 56207e7d847..095243adb99 100644
--- a/src/mame/includes/sslam.h
+++ b/src/mame/includes/sslam.h
@@ -67,8 +67,8 @@ 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);
- void video_start_sslam() ATTR_COLD;
- void video_start_powerbls() ATTR_COLD;
+ DECLARE_VIDEO_START(sslam);
+ DECLARE_VIDEO_START(powerbls);
uint32_t screen_update_sslam(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_powerbls(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
TIMER_CALLBACK_MEMBER(music_playback);