summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/sdlc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/sdlc.h')
-rw-r--r--src/devices/machine/sdlc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/sdlc.h b/src/devices/machine/sdlc.h
index 5dd7b177c3e..9bd589ea7ce 100644
--- a/src/devices/machine/sdlc.h
+++ b/src/devices/machine/sdlc.h
@@ -54,7 +54,7 @@ private:
class sdlc_logger_device : public device_t, public device_sdlc_consumer_interface
{
public:
- sdlc_logger_device(machine_config const &mconfig, char const *tag, device_t *owner, std::uint32_t clock);
+ sdlc_logger_device(machine_config const &mconfig, char const *tag, device_t *owner, const XTAL &clock);
// input signals
DECLARE_WRITE_LINE_MEMBER(data_w) { m_current_data = state ? 1U : 0U; }