summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/munchmo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/munchmo.h')
-rw-r--r--src/mame/includes/munchmo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/munchmo.h b/src/mame/includes/munchmo.h
index 2703ae06ae6..240e70a8716 100644
--- a/src/mame/includes/munchmo.h
+++ b/src/mame/includes/munchmo.h
@@ -47,4 +47,6 @@ public:
virtual void video_start();
virtual void palette_init();
UINT32 screen_update_mnchmobl(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(mnchmobl_vblank_irq);
+ INTERRUPT_GEN_MEMBER(mnchmobl_sound_irq);
};