summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ra17xx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ra17xx.cpp')
-rw-r--r--src/devices/machine/ra17xx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ra17xx.cpp b/src/devices/machine/ra17xx.cpp
index eebdc134727..24d50fdcd21 100644
--- a/src/devices/machine/ra17xx.cpp
+++ b/src/devices/machine/ra17xx.cpp
@@ -52,7 +52,7 @@
DEFINE_DEVICE_TYPE(RA17XX, ra17xx_device, "ra17xx", "Rockwell A17xx")
-ra17xx_device::ra17xx_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
+ra17xx_device::ra17xx_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock)
: device_t(mconfig, RA17XX, tag, owner, clock)
, m_enable(false)
, m_iord(*this)