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