diff options
Diffstat (limited to 'src/devices/machine/lpc-pit.h')
-rw-r--r-- | src/devices/machine/lpc-pit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/lpc-pit.h b/src/devices/machine/lpc-pit.h index aa83b6af5ce..cbba7788a1e 100644 --- a/src/devices/machine/lpc-pit.h +++ b/src/devices/machine/lpc-pit.h @@ -9,7 +9,7 @@ class lpc_pit_device : public lpc_device { public: - lpc_pit_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + lpc_pit_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; |