summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/am2901b.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/am2901b.cpp')
-rw-r--r--src/devices/machine/am2901b.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/am2901b.cpp b/src/devices/machine/am2901b.cpp
index 87b370a24b4..4ac5016b36a 100644
--- a/src/devices/machine/am2901b.cpp
+++ b/src/devices/machine/am2901b.cpp
@@ -26,7 +26,7 @@ DEFINE_DEVICE_TYPE(AM2901B, am2901b_device, "am2901b", "AMD Am2901B Bitslice Pro
// am2901b_device - constructor
//-------------------------------------------------
-am2901b_device::am2901b_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
+am2901b_device::am2901b_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock)
: device_t(mconfig, AM2901B, tag, owner, clock)
, m_d(0)
, m_q(0)