summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mos8706.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mos8706.h')
-rw-r--r--src/devices/machine/mos8706.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/devices/machine/mos8706.h b/src/devices/machine/mos8706.h
index a3a6247bf5a..36cb6d55d5d 100644
--- a/src/devices/machine/mos8706.h
+++ b/src/devices/machine/mos8706.h
@@ -29,6 +29,17 @@
#pragma once
+
+
+//**************************************************************************
+// INTERFACE CONFIGURATION MACROS
+//**************************************************************************
+
+#define MCFG_MOS8706_ADD(tag, clock) \
+ MCFG_DEVICE_ADD((tag), MOS8706, (clock))
+
+
+
//**************************************************************************
// TYPE DEFINITIONS
//**************************************************************************