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 0ee7dab0a0c..a6bf49d36aa 100644
--- a/src/devices/bus/s100/djdma.cpp
+++ b/src/devices/bus/s100/djdma.cpp
@@ -109,7 +109,7 @@ void s100_djdma_device::device_add_mconfig(machine_config &config)
// s100_djdma_device - constructor
//-------------------------------------------------
-s100_djdma_device::s100_djdma_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock)
+s100_djdma_device::s100_djdma_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock)
: device_t(mconfig, S100_DJDMA, tag, owner, clock)
, device_s100_card_interface(mconfig, *this)
, m_diskcpu(*this, Z80_TAG)