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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/s100/djdma.cpp b/src/devices/bus/s100/djdma.cpp
index 68949a5b7aa..c34602e3248 100644
--- a/src/devices/bus/s100/djdma.cpp
+++ b/src/devices/bus/s100/djdma.cpp
@@ -77,7 +77,7 @@ ADDRESS_MAP_END
//-------------------------------------------------
MACHINE_CONFIG_START(s100_djdma_device::device_add_mconfig)
- MCFG_CPU_ADD(Z80_TAG, Z80, XTAL_4MHz)
+ MCFG_CPU_ADD(Z80_TAG, Z80, XTAL(4'000'000))
MCFG_CPU_PROGRAM_MAP(djdma_mem)
MCFG_CPU_IO_MAP(djdma_io)
MACHINE_CONFIG_END