summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/taito_b.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/taito_b.h')
-rw-r--r--src/mame/includes/taito_b.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mame/includes/taito_b.h b/src/mame/includes/taito_b.h
index 114f60214b4..0c44ba7c4e4 100644
--- a/src/mame/includes/taito_b.h
+++ b/src/mame/includes/taito_b.h
@@ -65,13 +65,13 @@ public:
DECLARE_WRITE8_MEMBER(mb87078_gain_changed);
DECLARE_INPUT_CHANGED_MEMBER(realpunc_sensor);
void init_taito_b();
- DECLARE_VIDEO_START(taitob_color_order0);
- DECLARE_VIDEO_START(taitob_color_order1);
- DECLARE_VIDEO_START(taitob_color_order2);
- DECLARE_VIDEO_START(hitice);
- DECLARE_VIDEO_RESET(hitice);
- DECLARE_VIDEO_START(realpunc);
- DECLARE_VIDEO_START(taitob_core);
+ void video_start_taitob_color_order0() ATTR_COLD;
+ void video_start_taitob_color_order1() ATTR_COLD;
+ void video_start_taitob_color_order2() ATTR_COLD;
+ void video_start_hitice() ATTR_COLD;
+ void video_reset_hitice();
+ void video_start_realpunc() ATTR_COLD;
+ void video_start_taitob_core() ATTR_COLD;
uint32_t screen_update_taitob(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_realpunc(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
DECLARE_WRITE_LINE_MEMBER(screen_vblank_taitob);