summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/nmk16.h
diff options
context:
space:
mode:
author MooglyGuy <therealmogminer@gmail.com>2018-05-16 09:37:54 +0200
committer mooglyguy <therealmogminer@gmail.com>2018-05-16 11:58:08 +0200
commitc83e2a853d4e1643fcc85b68ada3c6f7f33adea4 (patch)
tree39b249e1a0a9b2056e9815d0a284fd483338362c /src/mame/includes/nmk16.h
parent2242ff00893a83a113150609bd525f098d632e8d (diff)
- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect of making machine-config overrides of these much
uglier, but this is intended to discourage ongoing use, and will be gradually eliminated.
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 a03a7cb7516..6f7d04a1bf0 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);
- 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);
+ 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;
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);