summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/68681.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/68681.h')
-rw-r--r--src/emu/machine/68681.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/machine/68681.h b/src/emu/machine/68681.h
index 34e5a7ccb96..581930a6776 100644
--- a/src/emu/machine/68681.h
+++ b/src/emu/machine/68681.h
@@ -17,9 +17,9 @@ struct _duart68681_config
DECLARE_LEGACY_DEVICE(DUART68681, duart68681);
-#define MDRV_DUART68681_ADD(_tag, _clock, _config) \
- MDRV_DEVICE_ADD(_tag, DUART68681, _clock) \
- MDRV_DEVICE_CONFIG(_config)
+#define MCFG_DUART68681_ADD(_tag, _clock, _config) \
+ MCFG_DEVICE_ADD(_tag, DUART68681, _clock) \
+ MCFG_DEVICE_CONFIG(_config)
READ8_DEVICE_HANDLER(duart68681_r);