summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/6850acia.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/6850acia.h')
-rw-r--r--src/emu/machine/6850acia.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/machine/6850acia.h b/src/emu/machine/6850acia.h
index c3f7a238928..8bc38b96941 100644
--- a/src/emu/machine/6850acia.h
+++ b/src/emu/machine/6850acia.h
@@ -34,9 +34,9 @@
DEVICE CONFIGURATION MACROS
***************************************************************************/
-#define MDRV_ACIA6850_ADD(_tag, _config) \
- MDRV_DEVICE_ADD(_tag, ACIA6850, 0) \
- MDRV_DEVICE_CONFIG(_config)
+#define MCFG_ACIA6850_ADD(_tag, _config) \
+ MCFG_DEVICE_ADD(_tag, ACIA6850, 0) \
+ MCFG_DEVICE_CONFIG(_config)
#define ACIA6850_INTERFACE(_name) \
const acia6850_interface(_name) =