summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/lwings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/lwings.h')
-rw-r--r--src/mame/includes/lwings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/lwings.h b/src/mame/includes/lwings.h
index 1d99d822728..642d1767568 100644
--- a/src/mame/includes/lwings.h
+++ b/src/mame/includes/lwings.h
@@ -60,4 +60,6 @@ public:
DECLARE_VIDEO_START(avengers);
UINT32 screen_update_lwings(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_trojan(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(lwings_interrupt);
+ INTERRUPT_GEN_MEMBER(avengers_interrupt);
};