summaryrefslogtreecommitdiffstats
path: root/src/mame/includes/lc80.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/lc80.h')
-rw-r--r--src/mame/includes/lc80.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/lc80.h b/src/mame/includes/lc80.h
index 36788b37f00..6671e3717d2 100644
--- a/src/mame/includes/lc80.h
+++ b/src/mame/includes/lc80.h
@@ -61,8 +61,8 @@ public:
void update_display();
// display state
- UINT8 m_digit;
- UINT8 m_segment;
+ uint8_t m_digit;
+ uint8_t m_segment;
};
#endif