summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/amico2k.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/amico2k.cpp')
-rw-r--r--src/mame/drivers/amico2k.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/amico2k.cpp b/src/mame/drivers/amico2k.cpp
index 0bb1952d8a3..10c4f59a0ec 100644
--- a/src/mame/drivers/amico2k.cpp
+++ b/src/mame/drivers/amico2k.cpp
@@ -51,7 +51,7 @@ public:
DECLARE_WRITE8_MEMBER( ppi_pb_w );
int m_ls145_p;
- UINT8 m_segment;
+ uint8_t m_segment;
// timers
emu_timer *m_led_refresh_timer;