diff options
Diffstat (limited to 'src/devices/machine/pcf8584.cpp')
-rw-r--r-- | src/devices/machine/pcf8584.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/pcf8584.cpp b/src/devices/machine/pcf8584.cpp index 31d78e73008..f4b4de45f1a 100644 --- a/src/devices/machine/pcf8584.cpp +++ b/src/devices/machine/pcf8584.cpp @@ -52,7 +52,7 @@ const char *const pcf8584_device::s_bus_function[4] = { "NOP", "stop", "start", // pcf8584_device - constructor //------------------------------------------------- -pcf8584_device::pcf8584_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock) +pcf8584_device::pcf8584_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) : device_t(mconfig, PCF8584, tag, owner, clock) , m_sda_callback(*this) , m_sda_out_callback(*this) |