summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/toypop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/toypop.h')
-rw-r--r--src/mame/includes/toypop.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/toypop.h b/src/mame/includes/toypop.h
index 50c06fe1656..93df15890ce 100644
--- a/src/mame/includes/toypop.h
+++ b/src/mame/includes/toypop.h
@@ -50,4 +50,7 @@ public:
virtual void video_start();
virtual void palette_init();
UINT32 screen_update_toypop(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(toypop_main_vblank_irq);
+ INTERRUPT_GEN_MEMBER(toypop_sound_timer_irq);
+ INTERRUPT_GEN_MEMBER(toypop_m68000_interrupt);
};