summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/spg2xx_sysdma.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/spg2xx_sysdma.cpp')
-rw-r--r--src/devices/machine/spg2xx_sysdma.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/spg2xx_sysdma.cpp b/src/devices/machine/spg2xx_sysdma.cpp
index d48eee75fdf..14c65dd0be9 100644
--- a/src/devices/machine/spg2xx_sysdma.cpp
+++ b/src/devices/machine/spg2xx_sysdma.cpp
@@ -19,7 +19,7 @@ DEFINE_DEVICE_TYPE(SPG2XX_SYSDMA, spg2xx_sysdma_device, "spg2xx_sysdma", "SPG240
-spg2xx_sysdma_device::spg2xx_sysdma_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
+spg2xx_sysdma_device::spg2xx_sysdma_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock)
: device_t(mconfig, SPG2XX_SYSDMA, tag, owner, clock)
, m_cpu(*this, finder_base::DUMMY_TAG)
{