summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ninjakd2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ninjakd2.h')
-rw-r--r--src/mame/includes/ninjakd2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/ninjakd2.h b/src/mame/includes/ninjakd2.h
index 6241e16fe08..98624e6bd45 100644
--- a/src/mame/includes/ninjakd2.h
+++ b/src/mame/includes/ninjakd2.h
@@ -76,4 +76,5 @@ public:
UINT32 screen_update_robokid(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_omegaf(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void screen_eof_ninjakd2(screen_device &screen, bool state);
+ INTERRUPT_GEN_MEMBER(ninjakd2_interrupt);
};