diff options
author | 2013-01-31 13:58:02 +0000 | |
---|---|---|
committer | 2013-01-31 13:58:02 +0000 | |
commit | ad69d72a53e16ce23e6bee8f020ca2186ef1c84a (patch) | |
tree | b71013998044c51d7881f28c3294bf28e340aa9a /src/mame/includes/taito_l.h | |
parent | 34bf46e8290d3ed2c13e598527b54d2290ff11b5 (diff) |
IRQ_CALLBACK modernization part 3 (no whatsnew)
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 -----------*/ |