summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/m90.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/m90.h')
-rw-r--r--src/mame/includes/m90.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/includes/m90.h b/src/mame/includes/m90.h
index 88fac30f37c..bbf822e89e2 100644
--- a/src/mame/includes/m90.h
+++ b/src/mame/includes/m90.h
@@ -43,4 +43,9 @@ public:
UINT32 screen_update_m90(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_bomblord(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_dynablsb(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(fake_nmi);
+ INTERRUPT_GEN_MEMBER(bomblord_fake_nmi);
+ INTERRUPT_GEN_MEMBER(m90_interrupt);
+ INTERRUPT_GEN_MEMBER(dynablsb_interrupt);
+ INTERRUPT_GEN_MEMBER(bomblord_interrupt);
};