summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/s100/djdma.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/s100/djdma.cpp')
-rw-r--r--src/devices/bus/s100/djdma.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/s100/djdma.cpp b/src/devices/bus/s100/djdma.cpp
index 51cc5104e7d..89bbed40e2a 100644
--- a/src/devices/bus/s100/djdma.cpp
+++ b/src/devices/bus/s100/djdma.cpp
@@ -79,9 +79,9 @@ void s100_djdma_device::djdma_io(address_map &map)
//-------------------------------------------------
MACHINE_CONFIG_START(s100_djdma_device::device_add_mconfig)
- MCFG_CPU_ADD(Z80_TAG, Z80, XTAL(4'000'000))
- MCFG_CPU_PROGRAM_MAP(djdma_mem)
- MCFG_CPU_IO_MAP(djdma_io)
+ MCFG_DEVICE_ADD(Z80_TAG, Z80, XTAL(4'000'000))
+ MCFG_DEVICE_PROGRAM_MAP(djdma_mem)
+ MCFG_DEVICE_IO_MAP(djdma_io)
MACHINE_CONFIG_END