summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/lpc-rtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/lpc-rtc.h')
-rw-r--r--src/devices/machine/lpc-rtc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/lpc-rtc.h b/src/devices/machine/lpc-rtc.h
index 5243bcf7f8a..c59ac5827a5 100644
--- a/src/devices/machine/lpc-rtc.h
+++ b/src/devices/machine/lpc-rtc.h
@@ -9,7 +9,7 @@
class lpc_rtc_device : public lpc_device {
public:
- lpc_rtc_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ lpc_rtc_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
virtual void map_device(uint64_t memory_window_start, uint64_t memory_window_end, uint64_t memory_offset, address_space *memory_space,
uint64_t io_window_start, uint64_t io_window_end, uint64_t io_offset, address_space *io_space) override;