summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/40105.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/40105.h')
-rw-r--r--src/devices/machine/40105.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/40105.h b/src/devices/machine/40105.h
index 5b35de12a58..82d61cbc053 100644
--- a/src/devices/machine/40105.h
+++ b/src/devices/machine/40105.h
@@ -35,7 +35,7 @@ class cmos_40105_device : public device_t
{
public:
// construction/destruction
- cmos_40105_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock);
+ cmos_40105_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
auto in_ready_cb() { return m_write_dir.bind(); }
auto out_ready_cb() { return m_write_dor.bind(); }