summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/spg290_i2c.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/spg290_i2c.cpp')
-rw-r--r--src/devices/machine/spg290_i2c.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/spg290_i2c.cpp b/src/devices/machine/spg290_i2c.cpp
index e360a451736..bfc81b26942 100644
--- a/src/devices/machine/spg290_i2c.cpp
+++ b/src/devices/machine/spg290_i2c.cpp
@@ -13,7 +13,7 @@
DEFINE_DEVICE_TYPE(SPG290_I2C, spg290_i2c_device, "spg290_i2c", "SPG290 I2C")
-spg290_i2c_device::spg290_i2c_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
+spg290_i2c_device::spg290_i2c_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock)
: device_t(mconfig, SPG290_I2C, tag, owner, clock)
, m_irq_cb(*this)
, m_i2c_read_cb(*this)