diff options
Diffstat (limited to 'src/devices/machine/rtc9701.h')
-rw-r--r-- | src/devices/machine/rtc9701.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/rtc9701.h b/src/devices/machine/rtc9701.h index 49d8e56582d..3f51c02ce0e 100644 --- a/src/devices/machine/rtc9701.h +++ b/src/devices/machine/rtc9701.h @@ -26,7 +26,7 @@ class rtc9701_device : public device_t, { public: // construction/destruction - rtc9701_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 32'768); + rtc9701_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = 32'768); // I/O operations |