summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/upd4992.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/upd4992.h')
-rw-r--r--src/devices/machine/upd4992.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/upd4992.h b/src/devices/machine/upd4992.h
index dc907fed516..9825e02e3ef 100644
--- a/src/devices/machine/upd4992.h
+++ b/src/devices/machine/upd4992.h
@@ -32,7 +32,7 @@ class upd4992_device : public device_t,
{
public:
// construction/destruction
- upd4992_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ upd4992_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
// I/O operations
DECLARE_WRITE8_MEMBER( write );
@@ -55,7 +55,7 @@ private:
};
emu_timer *m_timer_clock;
- UINT8 m_rtc_regs[8];
+ uint8_t m_rtc_regs[8];
};