diff options
Diffstat (limited to 'src/mame/includes/ssv.h')
-rw-r--r-- | src/mame/includes/ssv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/ssv.h b/src/mame/includes/ssv.h index 131ef52ecea..16926e8f43e 100644 --- a/src/mame/includes/ssv.h +++ b/src/mame/includes/ssv.h @@ -130,6 +130,8 @@ public: UINT32 screen_update_eaglshot(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); TIMER_DEVICE_CALLBACK_MEMBER(ssv_interrupt); TIMER_DEVICE_CALLBACK_MEMBER(gdfs_interrupt); + void update_irq_state(); + IRQ_CALLBACK_MEMBER(ssv_irq_callback); }; /*----------- defined in video/ssv.c -----------*/ |