summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ncr5385.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ncr5385.h')
-rw-r--r--src/devices/machine/ncr5385.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ncr5385.h b/src/devices/machine/ncr5385.h
index a1dec052045..ec4ab1c44e2 100644
--- a/src/devices/machine/ncr5385.h
+++ b/src/devices/machine/ncr5385.h
@@ -54,7 +54,7 @@ class ncr5385_device : public device_t
{
public:
// construction/destruction
- ncr5385_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ ncr5385_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
auto irq() { return m_int.bind(); }