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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/includes/taito_f2.h b/src/mame/includes/taito_f2.h
index fa6f34f6638..2c4cf2ff844 100644
--- a/src/mame/includes/taito_f2.h
+++ b/src/mame/includes/taito_f2.h
@@ -169,11 +169,11 @@ public:
uint32_t screen_update_taitof2_deadconx(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_taitof2_yesnoj(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_taitof2_metalb(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- void screen_eof_taitof2_no_buffer(screen_device &screen, bool state);
- void screen_eof_taitof2_partial_buffer_delayed(screen_device &screen, bool state);
- void screen_eof_taitof2_partial_buffer_delayed_thundfox(screen_device &screen, bool state);
- void screen_eof_taitof2_full_buffer_delayed(screen_device &screen, bool state);
- void screen_eof_taitof2_partial_buffer_delayed_qzchikyu(screen_device &screen, bool state);
+ DECLARE_WRITE_LINE_MEMBER(screen_vblank_no_buffer);
+ DECLARE_WRITE_LINE_MEMBER(screen_vblank_partial_buffer_delayed);
+ DECLARE_WRITE_LINE_MEMBER(screen_vblank_partial_buffer_delayed_thundfox);
+ DECLARE_WRITE_LINE_MEMBER(screen_vblank_full_buffer_delayed);
+ DECLARE_WRITE_LINE_MEMBER(screen_vblank_partial_buffer_delayed_qzchikyu);
INTERRUPT_GEN_MEMBER(taitof2_interrupt);
void reset_driveout_sound_region();
void taitof2_core_vh_start (int sprite_type, int hide, int flip_hide );