summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m5.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/m5.cpp')
-rw-r--r--src/mame/drivers/m5.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/m5.cpp b/src/mame/drivers/m5.cpp
index 3a8d16e0985..c1192e3f35d 100644
--- a/src/mame/drivers/m5.cpp
+++ b/src/mame/drivers/m5.cpp
@@ -326,7 +326,7 @@ READ8_MEMBER( m5_state::sts_r )
*/
- UINT8 data = 0;
+ uint8_t data = 0;
// cassette input
data |= m_cassette->input() >= 0 ? 1 : 0;