summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/cdp1852.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/cdp1852.h')
-rw-r--r--src/emu/machine/cdp1852.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/machine/cdp1852.h b/src/emu/machine/cdp1852.h
index 7073ee77b3f..7805d41fa0b 100644
--- a/src/emu/machine/cdp1852.h
+++ b/src/emu/machine/cdp1852.h
@@ -36,9 +36,9 @@
DECLARE_LEGACY_DEVICE(CDP1852, cdp1852);
-#define MDRV_CDP1852_ADD(_tag, _clock, _config) \
- MDRV_DEVICE_ADD(_tag, CDP1852, _clock) \
- MDRV_DEVICE_CONFIG(_config)
+#define MCFG_CDP1852_ADD(_tag, _clock, _config) \
+ MCFG_DEVICE_ADD(_tag, CDP1852, _clock) \
+ MCFG_DEVICE_CONFIG(_config)
#define CDP1852_INTERFACE(_name) \
const cdp1852_interface (_name)=