summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cpc/brunword4.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/cpc/brunword4.h')
-rw-r--r--src/devices/bus/cpc/brunword4.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/cpc/brunword4.h b/src/devices/bus/cpc/brunword4.h
index 009de694767..995fc698f4e 100644
--- a/src/devices/bus/cpc/brunword4.h
+++ b/src/devices/bus/cpc/brunword4.h
@@ -14,13 +14,13 @@ class cpc_brunword4_device : public device_t,
{
public:
// construction/destruction
- cpc_brunword4_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ cpc_brunword4_device(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;
DECLARE_WRITE8_MEMBER(rombank_w);
- virtual void set_mapping(UINT8 type) override;
+ virtual void set_mapping(uint8_t type) override;
protected:
// device-level overrides
@@ -31,7 +31,7 @@ private:
cpc_expansion_slot_device *m_slot;
bool m_rombank_active;
- UINT8 m_bank_sel;
+ uint8_t m_bank_sel;
};
// device type definition