summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/seta.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/seta.h')
-rw-r--r--src/mame/includes/seta.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mame/includes/seta.h b/src/mame/includes/seta.h
index 4d4aacd1616..aff812892fc 100644
--- a/src/mame/includes/seta.h
+++ b/src/mame/includes/seta.h
@@ -247,6 +247,12 @@ public:
uint32_t screen_update_seta_layers(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_WRITE_LINE_MEMBER(screen_vblank_seta_buffer_sprites);
DECLARE_WRITE_LINE_MEMBER(screen_vblank_setaroul);
+ DECLARE_READ16_MEMBER(ipl0_ack_r);
+ DECLARE_WRITE16_MEMBER(ipl0_ack_w);
+ DECLARE_READ16_MEMBER(ipl1_ack_r);
+ DECLARE_WRITE16_MEMBER(ipl1_ack_w);
+ DECLARE_READ16_MEMBER(ipl2_ack_r);
+ DECLARE_WRITE16_MEMBER(ipl2_ack_w);
void uPD71054_update_timer(device_t *cpu, int no);
INTERRUPT_GEN_MEMBER(wrofaero_interrupt);
TIMER_CALLBACK_MEMBER(uPD71054_timer_callback);