summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/cxd1185.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/cxd1185.h')
-rw-r--r--src/devices/machine/cxd1185.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/cxd1185.h b/src/devices/machine/cxd1185.h
index f1d6732b26d..6a8b5a3236b 100644
--- a/src/devices/machine/cxd1185.h
+++ b/src/devices/machine/cxd1185.h
@@ -13,7 +13,7 @@ class cxd1185_device
, public nscsi_slot_card_interface
{
public:
- cxd1185_device(machine_config const &mconfig, char const *tag, device_t *owner, u32 clock);
+ cxd1185_device(machine_config const &mconfig, char const *tag, device_t *owner, const XTAL &clock);
// device configuration
auto irq_out_cb() { return m_irq_out_cb.bind(); }