summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/concept.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/concept.h')
-rw-r--r--src/mame/includes/concept.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/concept.h b/src/mame/includes/concept.h
index 8a2ce42fc41..f5bd670d2ac 100644
--- a/src/mame/includes/concept.h
+++ b/src/mame/includes/concept.h
@@ -66,6 +66,7 @@ public:
DECLARE_WRITE_LINE_MEMBER(via_out_cb2);
DECLARE_WRITE_LINE_MEMBER(via_irq_func);
void concept_set_interrupt(int level, int state);
+ void concept(machine_config &config);
};
#endif // MAME_INCLUDES_CONCEPT_H