summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ps2dma.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ps2dma.cpp')
-rw-r--r--src/devices/machine/ps2dma.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ps2dma.cpp b/src/devices/machine/ps2dma.cpp
index 6e143123fb0..0c7db188a48 100644
--- a/src/devices/machine/ps2dma.cpp
+++ b/src/devices/machine/ps2dma.cpp
@@ -18,7 +18,7 @@
DEFINE_DEVICE_TYPE(SONYPS2_DMAC, ps2_dmac_device, "ps2dmac", "PlayStation 2 EE DMAC")
-ps2_dmac_device::ps2_dmac_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
+ps2_dmac_device::ps2_dmac_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock)
: device_t(mconfig, SONYPS2_DMAC, tag, owner, clock)
, device_execute_interface(mconfig, *this)
, m_ee(*this, finder_base::DUMMY_TAG)