summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ncr539x.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ncr539x.h')
-rw-r--r--src/devices/machine/ncr539x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ncr539x.h b/src/devices/machine/ncr539x.h
index 9ba24b3ba47..040e9ff9013 100644
--- a/src/devices/machine/ncr539x.h
+++ b/src/devices/machine/ncr539x.h
@@ -19,7 +19,7 @@ class ncr539x_device : public legacy_scsi_host_adapter
{
public:
// construction/destruction
- ncr539x_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ ncr539x_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
auto irq_callback() { return m_out_irq_cb.bind(); }
auto drq_callback() { return m_out_drq_cb.bind(); }