summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/sdlc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/sdlc.cpp')
-rw-r--r--src/devices/machine/sdlc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/sdlc.cpp b/src/devices/machine/sdlc.cpp
index 7a7303b9e73..b5b96c1b60e 100644
--- a/src/devices/machine/sdlc.cpp
+++ b/src/devices/machine/sdlc.cpp
@@ -126,7 +126,7 @@ void device_sdlc_consumer_interface::rx_reset()
}
-sdlc_logger_device::sdlc_logger_device(machine_config const &mconfig, char const *tag, device_t *owner, std::uint32_t clock) :
+sdlc_logger_device::sdlc_logger_device(machine_config const &mconfig, char const *tag, device_t *owner, const XTAL &clock) :
device_t(mconfig, SDLC_LOGGER, tag, owner, clock),
device_sdlc_consumer_interface(mconfig, *this),
m_data_nrzi(0U),