diff options
Diffstat (limited to 'src/devices/bus/samcoupe/expansion/dallas.cpp')
-rw-r--r-- | src/devices/bus/samcoupe/expansion/dallas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/samcoupe/expansion/dallas.cpp b/src/devices/bus/samcoupe/expansion/dallas.cpp index 30e7a1d0005..1d35d82add5 100644 --- a/src/devices/bus/samcoupe/expansion/dallas.cpp +++ b/src/devices/bus/samcoupe/expansion/dallas.cpp @@ -35,7 +35,7 @@ void sam_dallas_clock_device::device_add_mconfig(machine_config &config) // sam_dallas_clock_device - constructor //------------------------------------------------- -sam_dallas_clock_device::sam_dallas_clock_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) : +sam_dallas_clock_device::sam_dallas_clock_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) : device_t(mconfig, SAM_DALLAS_CLOCK, tag, owner, clock), device_samcoupe_expansion_interface(mconfig, *this), m_rtc(*this, "rtc"), |