summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/namcond1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/namcond1.h')
-rw-r--r--src/mame/includes/namcond1.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/namcond1.h b/src/mame/includes/namcond1.h
index 871d2e5b92d..d9319fba208 100644
--- a/src/mame/includes/namcond1.h
+++ b/src/mame/includes/namcond1.h
@@ -27,4 +27,5 @@ public:
DECLARE_WRITE16_MEMBER(namcond1_cuskey_w);
virtual void machine_start();
virtual void machine_reset();
+ INTERRUPT_GEN_MEMBER(mcu_interrupt);
};