summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/nmk16.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/nmk16.h')
-rw-r--r--src/mame/includes/nmk16.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/mame/includes/nmk16.h b/src/mame/includes/nmk16.h
index 6f7d04a1bf0..a03a7cb7516 100644
--- a/src/mame/includes/nmk16.h
+++ b/src/mame/includes/nmk16.h
@@ -134,16 +134,16 @@ public:
TILE_GET_INFO_MEMBER(common_get_tx_tile_info);
TILE_GET_INFO_MEMBER(bjtwin_get_bg_tile_info);
TILE_GET_INFO_MEMBER(get_tile_info_0_8bit);
- void video_start_macross() ATTR_COLD;
- void video_start_bioship() ATTR_COLD;
- void video_start_strahl() ATTR_COLD;
- void video_start_gunnail() ATTR_COLD;
- void video_start_macross2() ATTR_COLD;
- void video_start_raphero() ATTR_COLD;
- void video_start_bjtwin() ATTR_COLD;
- void video_start_afega() ATTR_COLD;
- void video_start_firehawk() ATTR_COLD;
- void video_start_grdnstrm() ATTR_COLD;
+ DECLARE_VIDEO_START(macross);
+ DECLARE_VIDEO_START(bioship);
+ DECLARE_VIDEO_START(strahl);
+ DECLARE_VIDEO_START(gunnail);
+ DECLARE_VIDEO_START(macross2);
+ DECLARE_VIDEO_START(raphero);
+ DECLARE_VIDEO_START(bjtwin);
+ DECLARE_VIDEO_START(afega);
+ DECLARE_VIDEO_START(firehawk);
+ DECLARE_VIDEO_START(grdnstrm);
uint32_t screen_update_tharrier(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_manybloc(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_macross(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);