summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/nscsi_cb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/nscsi_cb.h')
-rw-r--r--src/devices/machine/nscsi_cb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/nscsi_cb.h b/src/devices/machine/nscsi_cb.h
index 5cc96b83862..551174e8a8f 100644
--- a/src/devices/machine/nscsi_cb.h
+++ b/src/devices/machine/nscsi_cb.h
@@ -11,7 +11,7 @@
class nscsi_callback_device : public nscsi_device, public nscsi_slot_card_interface
{
public:
- nscsi_callback_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ nscsi_callback_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
auto rst_callback() { return m_write_rst.bind(); }
auto atn_callback() { return m_write_atn.bind(); }