diff options
Diffstat (limited to 'src/devices/bus/hexbus/tp0370.h')
-rw-r--r-- | src/devices/bus/hexbus/tp0370.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/hexbus/tp0370.h b/src/devices/bus/hexbus/tp0370.h index 9aafc27804a..81302099c19 100644 --- a/src/devices/bus/hexbus/tp0370.h +++ b/src/devices/bus/hexbus/tp0370.h @@ -21,7 +21,7 @@ namespace bus::hexbus { class ibc_device : public device_t { public: - ibc_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + ibc_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); void device_start() override; void device_reset() override; |