diff options
Diffstat (limited to 'src/devices/machine/74543.cpp')
-rw-r--r-- | src/devices/machine/74543.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/74543.cpp b/src/devices/machine/74543.cpp index 2abba597941..1e9fa04b49f 100644 --- a/src/devices/machine/74543.cpp +++ b/src/devices/machine/74543.cpp @@ -12,7 +12,7 @@ DEFINE_DEVICE_TYPE(TTL74543, ttl74543_device, "ttl74543", "Octal Registered Transceiver") -ttl74543_device::ttl74543_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) +ttl74543_device::ttl74543_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) : device_t(mconfig, TTL74543, tag, owner, clock), m_output_a(*this), m_output_b(*this), |