summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/p1_fdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/p1_fdc.h')
-rw-r--r--src/devices/bus/isa/p1_fdc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/isa/p1_fdc.h b/src/devices/bus/isa/p1_fdc.h
index 495f9f559d7..19fd04e3163 100644
--- a/src/devices/bus/isa/p1_fdc.h
+++ b/src/devices/bus/isa/p1_fdc.h
@@ -26,7 +26,7 @@ class p1_fdc_device : public device_t,
{
public:
// construction/destruction
- p1_fdc_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ p1_fdc_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
// optional information overrides
virtual machine_config_constructor device_mconfig_additions() const override;
@@ -46,8 +46,8 @@ private:
public:
void p1_wd17xx_aux_w(int data);
- UINT8 p1_wd17xx_aux_r();
- UINT8 p1_wd17xx_motor_r();
+ uint8_t p1_wd17xx_aux_r();
+ uint8_t p1_wd17xx_motor_r();
};