summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tmnt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tmnt.h')
-rw-r--r--src/mame/includes/tmnt.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/mame/includes/tmnt.h b/src/mame/includes/tmnt.h
index 1d7401acde7..b921a4d7c42 100644
--- a/src/mame/includes/tmnt.h
+++ b/src/mame/includes/tmnt.h
@@ -144,17 +144,17 @@ public:
void init_cuebrick();
TILE_GET_INFO_MEMBER(glfgreat_get_roz_tile_info);
TILE_GET_INFO_MEMBER(prmrsocr_get_roz_tile_info);
- void machine_start_common() ATTR_COLD;
- void machine_reset_common();
- void video_start_cuebrick() ATTR_COLD;
- void video_start_mia() ATTR_COLD;
- void machine_reset_tmnt();
- void video_start_tmnt() ATTR_COLD;
- void video_start_lgtnfght() ATTR_COLD;
- void video_start_blswhstl() ATTR_COLD;
- void video_start_glfgreat() ATTR_COLD;
- void machine_start_prmrsocr() ATTR_COLD;
- void video_start_prmrsocr() ATTR_COLD;
+ DECLARE_MACHINE_START(common);
+ DECLARE_MACHINE_RESET(common);
+ DECLARE_VIDEO_START(cuebrick);
+ DECLARE_VIDEO_START(mia);
+ DECLARE_MACHINE_RESET(tmnt);
+ DECLARE_VIDEO_START(tmnt);
+ DECLARE_VIDEO_START(lgtnfght);
+ DECLARE_VIDEO_START(blswhstl);
+ DECLARE_VIDEO_START(glfgreat);
+ DECLARE_MACHINE_START(prmrsocr);
+ DECLARE_VIDEO_START(prmrsocr);
uint32_t screen_update_mia(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_tmnt(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_punkshot(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);