summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/legscsi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/legscsi.h')
-rw-r--r--src/devices/machine/legscsi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/legscsi.h b/src/devices/machine/legscsi.h
index 229580bc0bf..ad9459fb6a2 100644
--- a/src/devices/machine/legscsi.h
+++ b/src/devices/machine/legscsi.h
@@ -14,7 +14,7 @@ public:
template <typename T> void set_scsi_port(T && tag) { m_scsi_port.set_tag(std::forward<T>(tag)); }
protected:
- legacy_scsi_host_adapter(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock);
+ legacy_scsi_host_adapter(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, const XTAL &clock);
virtual void device_start() override;