summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/namconb1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/namconb1.h')
-rw-r--r--src/mame/includes/namconb1.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/namconb1.h b/src/mame/includes/namconb1.h
index 7eb6023be6c..b7f0a6989fd 100644
--- a/src/mame/includes/namconb1.h
+++ b/src/mame/includes/namconb1.h
@@ -77,4 +77,6 @@ public:
DECLARE_VIDEO_START(namconb2);
UINT32 screen_update_namconb1(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_namconb2(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(namconb1_interrupt);
+ INTERRUPT_GEN_MEMBER(namconb2_interrupt);
};