summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/mb90082.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/mb90082.h')
-rw-r--r--src/devices/video/mb90082.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/devices/video/mb90082.h b/src/devices/video/mb90082.h
index 5c6d2c46df3..3fa203f385f 100644
--- a/src/devices/video/mb90082.h
+++ b/src/devices/video/mb90082.h
@@ -12,6 +12,14 @@
#pragma once
+
+//**************************************************************************
+// INTERFACE CONFIGURATION MACROS
+//**************************************************************************
+
+#define MCFG_MB90082_ADD(_tag,_freq) \
+ MCFG_DEVICE_ADD(_tag, MB90082, _freq)
+
//**************************************************************************
// TYPE DEFINITIONS
//**************************************************************************