summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/pci-ide.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/pci-ide.h')
-rw-r--r--src/devices/machine/pci-ide.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/pci-ide.h b/src/devices/machine/pci-ide.h
index e432f785d79..2d37ebef990 100644
--- a/src/devices/machine/pci-ide.h
+++ b/src/devices/machine/pci-ide.h
@@ -29,7 +29,7 @@ TODO:
class ide_pci_device : public pci_device {
public:
- ide_pci_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ ide_pci_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
required_device<bus_master_ide_controller_device> m_ide;
required_device<bus_master_ide_controller_device> m_ide2;
virtual DECLARE_ADDRESS_MAP(config_map, 32) override;
@@ -54,7 +54,7 @@ private:
int m_irq_num;
devcb_write_line m_irq_handler;
- UINT32 m_config_data[0x10];
+ uint32_t m_config_data[0x10];
DECLARE_ADDRESS_MAP(chan1_data_command_map, 32);
DECLARE_ADDRESS_MAP(chan1_control_map, 32);
DECLARE_ADDRESS_MAP(chan2_data_command_map, 32);