summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/vector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/vector.h')
-rw-r--r--src/devices/video/vector.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/video/vector.h b/src/devices/video/vector.h
index 6b473c3501c..919395f043a 100644
--- a/src/devices/video/vector.h
+++ b/src/devices/video/vector.h
@@ -62,4 +62,7 @@ private:
// device type definition
DECLARE_DEVICE_TYPE(VECTOR, vector_device)
+#define MCFG_VECTOR_ADD(_tag) \
+ MCFG_DEVICE_ADD(_tag, VECTOR, 0)
+
#endif // MAME_VIDEO_VECTOR_H