summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/dgnalpha.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/dgnalpha.h')
-rw-r--r--src/mame/includes/dgnalpha.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/dgnalpha.h b/src/mame/includes/dgnalpha.h
index 220bc334137..9ea62d3aeef 100644
--- a/src/mame/includes/dgnalpha.h
+++ b/src/mame/includes/dgnalpha.h
@@ -87,11 +87,11 @@ protected:
virtual DECLARE_WRITE8_MEMBER( ff20_write ) override;
private:
- UINT8 m_just_reset;
+ uint8_t m_just_reset;
/* modem */
- UINT8 modem_r(offs_t offset);
- void modem_w(offs_t offset, UINT8 data);
+ uint8_t modem_r(offs_t offset);
+ void modem_w(offs_t offset, uint8_t data);
};
#endif /* __DGNALPHA__ */