diff options
Diffstat (limited to 'src/devices/machine/i82541.cpp')
-rw-r--r-- | src/devices/machine/i82541.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/i82541.cpp b/src/devices/machine/i82541.cpp index b727ac6e295..8e9045cdde8 100644 --- a/src/devices/machine/i82541.cpp +++ b/src/devices/machine/i82541.cpp @@ -17,7 +17,7 @@ void i82541_device::registers_io_map(address_map &map) { } -i82541_device::i82541_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) +i82541_device::i82541_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) : pci_device(mconfig, I82541, tag, owner, clock) { } |