diff options
Diffstat (limited to 'src/mame/includes/taito_l.h')
-rw-r--r-- | src/mame/includes/taito_l.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/taito_l.h b/src/mame/includes/taito_l.h index d248a9279b2..26e27b8fea3 100644 --- a/src/mame/includes/taito_l.h +++ b/src/mame/includes/taito_l.h @@ -122,6 +122,7 @@ public: UINT32 screen_update_taitol(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); void screen_eof_taitol(screen_device &screen, bool state); TIMER_DEVICE_CALLBACK_MEMBER(vbl_interrupt); + IRQ_CALLBACK_MEMBER(irq_callback); }; /*----------- defined in video/taito_l.c -----------*/ |