diff options
Diffstat (limited to 'src/devices/machine/ds2404.h')
-rw-r--r-- | src/devices/machine/ds2404.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ds2404.h b/src/devices/machine/ds2404.h index 1ed22887b87..3e33b2a237b 100644 --- a/src/devices/machine/ds2404.h +++ b/src/devices/machine/ds2404.h @@ -17,7 +17,7 @@ class ds2404_device : public device_t, public device_nvram_interface { public: // construction/destruction - ds2404_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + ds2404_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); // inline configuration helpers void ref_year(uint32_t year) { m_ref_year = year; } |