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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/taito_b.h b/src/mame/includes/taito_b.h
index e8ac3c333a7..bd60fc87f96 100644
--- a/src/mame/includes/taito_b.h
+++ b/src/mame/includes/taito_b.h
@@ -111,7 +111,7 @@ public:
DECLARE_VIDEO_START(taitob_core);
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);
- void screen_eof_taitob(screen_device &screen, bool state);
+ DECLARE_WRITE_LINE_MEMBER(screen_vblank_taitob);
INTERRUPT_GEN_MEMBER(rastansaga2_interrupt);
INTERRUPT_GEN_MEMBER(crimec_interrupt);
INTERRUPT_GEN_MEMBER(hitice_interrupt);