summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/i82541.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/i82541.h')
-rw-r--r--src/devices/machine/i82541.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/i82541.h b/src/devices/machine/i82541.h
index 475a94dc2be..2f94b773f7e 100644
--- a/src/devices/machine/i82541.h
+++ b/src/devices/machine/i82541.h
@@ -12,7 +12,7 @@
class i82541_device : public pci_device {
public:
- i82541_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ i82541_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
protected:
virtual void device_start() override;