summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/taito_f2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/taito_f2.h')
-rw-r--r--src/mame/includes/taito_f2.h52
1 files changed, 26 insertions, 26 deletions
diff --git a/src/mame/includes/taito_f2.h b/src/mame/includes/taito_f2.h
index 580eba40668..9b84c1cba65 100644
--- a/src/mame/includes/taito_f2.h
+++ b/src/mame/includes/taito_f2.h
@@ -144,32 +144,32 @@ public:
void init_cameltry();
void init_mjnquest();
void init_finalb();
- void machine_start_f2() ATTR_COLD;
- void video_start_taitof2_default() ATTR_COLD;
- void machine_start_common() ATTR_COLD;
- void video_start_taitof2_dondokod() ATTR_COLD;
- void video_start_taitof2_driftout() ATTR_COLD;
- void video_start_taitof2_finalb() ATTR_COLD;
- void video_start_taitof2_megab() ATTR_COLD;
- void video_start_taitof2_thundfox() ATTR_COLD;
- void video_start_taitof2_ssi() ATTR_COLD;
- void video_start_taitof2_gunfront() ATTR_COLD;
- void video_start_taitof2_growl() ATTR_COLD;
- void video_start_taitof2_mjnquest() ATTR_COLD;
- void video_start_taitof2_footchmp() ATTR_COLD;
- void video_start_taitof2_hthero() ATTR_COLD;
- void video_start_taitof2_koshien() ATTR_COLD;
- void video_start_taitof2_yuyugogo() ATTR_COLD;
- void video_start_taitof2_ninjak() ATTR_COLD;
- void video_start_taitof2_solfigtr() ATTR_COLD;
- void video_start_taitof2_pulirula() ATTR_COLD;
- void video_start_taitof2_metalb() ATTR_COLD;
- void video_start_taitof2_qzchikyu() ATTR_COLD;
- void video_start_taitof2_yesnoj() ATTR_COLD;
- void video_start_taitof2_deadconx() ATTR_COLD;
- void video_start_taitof2_deadconxj() ATTR_COLD;
- void video_start_taitof2_dinorex() ATTR_COLD;
- void video_start_taitof2_quiz() ATTR_COLD;
+ DECLARE_MACHINE_START(f2);
+ DECLARE_VIDEO_START(taitof2_default);
+ DECLARE_MACHINE_START(common);
+ DECLARE_VIDEO_START(taitof2_dondokod);
+ DECLARE_VIDEO_START(taitof2_driftout);
+ DECLARE_VIDEO_START(taitof2_finalb);
+ DECLARE_VIDEO_START(taitof2_megab);
+ DECLARE_VIDEO_START(taitof2_thundfox);
+ DECLARE_VIDEO_START(taitof2_ssi);
+ DECLARE_VIDEO_START(taitof2_gunfront);
+ DECLARE_VIDEO_START(taitof2_growl);
+ DECLARE_VIDEO_START(taitof2_mjnquest);
+ DECLARE_VIDEO_START(taitof2_footchmp);
+ DECLARE_VIDEO_START(taitof2_hthero);
+ DECLARE_VIDEO_START(taitof2_koshien);
+ DECLARE_VIDEO_START(taitof2_yuyugogo);
+ DECLARE_VIDEO_START(taitof2_ninjak);
+ DECLARE_VIDEO_START(taitof2_solfigtr);
+ DECLARE_VIDEO_START(taitof2_pulirula);
+ DECLARE_VIDEO_START(taitof2_metalb);
+ DECLARE_VIDEO_START(taitof2_qzchikyu);
+ DECLARE_VIDEO_START(taitof2_yesnoj);
+ DECLARE_VIDEO_START(taitof2_deadconx);
+ DECLARE_VIDEO_START(taitof2_deadconxj);
+ DECLARE_VIDEO_START(taitof2_dinorex);
+ DECLARE_VIDEO_START(taitof2_quiz);
uint32_t screen_update_taitof2(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_taitof2_pri_roz(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_taitof2_pri(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);