summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/itech8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/itech8.h')
-rw-r--r--src/mame/includes/itech8.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/itech8.h b/src/mame/includes/itech8.h
index 644c8500c2b..c9b3e64a6bc 100644
--- a/src/mame/includes/itech8.h
+++ b/src/mame/includes/itech8.h
@@ -142,7 +142,8 @@ public:
uint32_t screen_update_2page(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
uint32_t screen_update_2page_large(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
- INTERRUPT_GEN_MEMBER(generate_nmi);
+ DECLARE_WRITE_LINE_MEMBER(generate_nmi);
+ DECLARE_WRITE_LINE_MEMBER(ninclown_irq);
TIMER_CALLBACK_MEMBER(irq_off);
TIMER_CALLBACK_MEMBER(behind_the_beam_update);
TIMER_CALLBACK_MEMBER(delayed_sound_data_w);