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