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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/namcond1.h b/src/mame/includes/namcond1.h
index dcba4d53f13..9493d550d64 100644
--- a/src/mame/includes/namcond1.h
+++ b/src/mame/includes/namcond1.h
@@ -46,4 +46,6 @@ public:
DECLARE_WRITE_LINE_MEMBER( vblank_irq_w );
DECLARE_WRITE_LINE_MEMBER( raster_irq_w );
INTERRUPT_GEN_MEMBER(mcu_interrupt);
+ void abcheck(machine_config &config);
+ void namcond1(machine_config &config);
};