diff options
Diffstat (limited to 'src/devices/bus/hexbus/tp0370.cpp')
-rw-r--r-- | src/devices/bus/hexbus/tp0370.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/hexbus/tp0370.cpp b/src/devices/bus/hexbus/tp0370.cpp index e4d1ac50863..2677f1f74db 100644 --- a/src/devices/bus/hexbus/tp0370.cpp +++ b/src/devices/bus/hexbus/tp0370.cpp @@ -132,7 +132,7 @@ DEFINE_DEVICE_TYPE(IBC, bus::hexbus::ibc_device, "hexbus_ibc", "Intelligent Pe namespace bus::hexbus { -ibc_device::ibc_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) : +ibc_device::ibc_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) : device_t(mconfig, IBC, tag, owner, clock), m_int(*this), m_hexout(*this), |