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