summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/turbo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/turbo.h')
-rw-r--r--src/mame/includes/turbo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/turbo.h b/src/mame/includes/turbo.h
index 0e1ed280237..e14e4f89ea1 100644
--- a/src/mame/includes/turbo.h
+++ b/src/mame/includes/turbo.h
@@ -164,11 +164,11 @@ public:
void init_turbo_enc();
void init_turbo_noenc();
TILE_GET_INFO_MEMBER(get_fg_tile_info);
- void video_start_turbo() ATTR_COLD;
+ DECLARE_VIDEO_START(turbo);
DECLARE_PALETTE_INIT(turbo);
DECLARE_PALETTE_INIT(subroc3d);
- void machine_reset_buckrog();
- void video_start_buckrog() ATTR_COLD;
+ DECLARE_MACHINE_RESET(buckrog);
+ DECLARE_VIDEO_START(buckrog);
DECLARE_PALETTE_INIT(buckrog);
uint32_t screen_update_turbo(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_subroc3d(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);