summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/z80dma.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/z80dma.h')
-rw-r--r--src/emu/machine/z80dma.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/machine/z80dma.h b/src/emu/machine/z80dma.h
index efe15ff78ef..47643814d42 100644
--- a/src/emu/machine/z80dma.h
+++ b/src/emu/machine/z80dma.h
@@ -40,9 +40,9 @@
// DEVICE CONFIGURATION MACROS
//**************************************************************************
-#define MDRV_Z80DMA_ADD(_tag, _clock, _config) \
- MDRV_DEVICE_ADD(_tag, Z80DMA, _clock) \
- MDRV_DEVICE_CONFIG(_config)
+#define MCFG_Z80DMA_ADD(_tag, _clock, _config) \
+ MCFG_DEVICE_ADD(_tag, Z80DMA, _clock) \
+ MCFG_DEVICE_CONFIG(_config)
#define Z80DMA_INTERFACE(_name) \
const z80dma_interface (_name) =