summaryrefslogtreecommitdiffstats
path: root/src/mame/machine/wpc_shift.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/wpc_shift.h')
-rw-r--r--src/mame/machine/wpc_shift.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/machine/wpc_shift.h b/src/mame/machine/wpc_shift.h
index 70fc487c3ea..0870588c530 100644
--- a/src/mame/machine/wpc_shift.h
+++ b/src/mame/machine/wpc_shift.h
@@ -12,7 +12,7 @@
class wpc_shift_device : public device_t
{
public:
- wpc_shift_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ wpc_shift_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
virtual ~wpc_shift_device();
DECLARE_ADDRESS_MAP(registers, 8);
@@ -27,8 +27,8 @@ public:
DECLARE_WRITE8_MEMBER(val2_w);
protected:
- UINT16 adr;
- UINT8 val1, val2;
+ uint16_t adr;
+ uint8_t val1, val2;
virtual void device_start() override;
virtual void device_reset() override;