summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/sed1330.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/sed1330.h')
-rw-r--r--src/devices/video/sed1330.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/devices/video/sed1330.h b/src/devices/video/sed1330.h
index f9cc1d5d120..d29f24a721f 100644
--- a/src/devices/video/sed1330.h
+++ b/src/devices/video/sed1330.h
@@ -15,17 +15,6 @@
//**************************************************************************
-// INTERFACE CONFIGURATION MACROS
-//**************************************************************************
-
-#define MCFG_SED1330_ADD(_tag, _clock, _screen_tag, _map) \
- MCFG_DEVICE_ADD(_tag, SED1330, _clock) \
- MCFG_DEVICE_ADDRESS_MAP(0, _map) \
- MCFG_VIDEO_SET_SCREEN(_screen_tag)
-
-
-
-//**************************************************************************
// TYPE DEFINITIONS
//**************************************************************************