summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ieee488/c8280.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ieee488/c8280.h')
-rw-r--r--src/devices/bus/ieee488/c8280.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/ieee488/c8280.h b/src/devices/bus/ieee488/c8280.h
index a6c36b88489..1ca86cd8533 100644
--- a/src/devices/bus/ieee488/c8280.h
+++ b/src/devices/bus/ieee488/c8280.h
@@ -31,7 +31,7 @@ class c8280_t : public device_t,
{
public:
// construction/destruction
- c8280_t(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ c8280_t(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
// optional information overrides
virtual const tiny_rom_entry *device_rom_region() const override;
@@ -78,7 +78,7 @@ private:
int m_atna; // attention acknowledge
int m_ifc;
- UINT8 m_fk5;
+ uint8_t m_fk5;
};