summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/poly880.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/poly880.h')
-rw-r--r--src/mame/includes/poly880.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/poly880.h b/src/mame/includes/poly880.h
index 6245a728a9c..71b7f1bb60b 100644
--- a/src/mame/includes/poly880.h
+++ b/src/mame/includes/poly880.h
@@ -52,8 +52,8 @@ public:
void update_display();
/* display state */
- UINT8 m_digit;
- UINT8 m_segment;
+ uint8_t m_digit;
+ uint8_t m_segment;
};
#endif