summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ds1315.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ds1315.h')
-rw-r--r--src/devices/machine/ds1315.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ds1315.h b/src/devices/machine/ds1315.h
index 720c4a08202..fb8e5e0a0ab 100644
--- a/src/devices/machine/ds1315.h
+++ b/src/devices/machine/ds1315.h
@@ -18,7 +18,7 @@
class ds1315_device : public device_t
{
public:
- ds1315_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ ds1315_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
~ds1315_device() {}
auto read_backing() { return m_backing_read.bind(); }