summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hh_amis2k.cpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-10-22 13:13:17 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2016-10-22 13:13:17 +0200
commitddb290d5f615019c33c42b8d94e5a5254cabcf33 (patch)
treea70f688b0df3acd19da7b1151e5902e3c6af3fa5 /src/mame/drivers/hh_amis2k.cpp
parent333bff8de64dfaeb98134000412796b4fdef970b (diff)
NOTICE (TYPE NAME CONSOLIDATION)
Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8
Diffstat (limited to 'src/mame/drivers/hh_amis2k.cpp')
-rw-r--r--src/mame/drivers/hh_amis2k.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/mame/drivers/hh_amis2k.cpp b/src/mame/drivers/hh_amis2k.cpp
index 1cf99b74180..e2a9f88427a 100644
--- a/src/mame/drivers/hh_amis2k.cpp
+++ b/src/mame/drivers/hh_amis2k.cpp
@@ -48,14 +48,14 @@ public:
required_device<speaker_sound_device> m_speaker;
required_device<timer_device> m_a12_decay_timer;
- UINT8 m_d;
- UINT16 m_a;
- UINT8 m_q2;
- UINT8 m_q3;
+ uint8_t m_d;
+ uint16_t m_a;
+ uint8_t m_q2;
+ uint8_t m_q3;
- UINT16 m_display_state[0x10];
- UINT16 m_display_cache[0x10];
- UINT8 m_display_decay[0x100];
+ uint16_t m_display_state[0x10];
+ uint16_t m_display_cache[0x10];
+ uint8_t m_display_decay[0x100];
DECLARE_WRITE8_MEMBER(write_d);
DECLARE_WRITE16_MEMBER(write_a);
@@ -110,7 +110,7 @@ inline bool wildfire_state::index_is_7segled(int index)
void wildfire_state::display_update()
{
- UINT16 active_state[0x10];
+ uint16_t active_state[0x10];
for (int i = 0; i < 0x10; i++)
{
@@ -292,7 +292,7 @@ enum
lG = 0x01
};
-static const UINT8 wildfire_7seg_table[0x10] =
+static const uint8_t wildfire_7seg_table[0x10] =
{
0x7e, 0x30, 0x6d, 0x79, 0x33, 0x5b, 0x5f, 0x70, 0x7f, 0x7b, // 0-9 unaltered
0x77, // A -> unused?