summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/tutor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tutor.cpp')
-rw-r--r--src/mame/drivers/tutor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tutor.cpp b/src/mame/drivers/tutor.cpp
index 725b8208f65..8a87122cd32 100644
--- a/src/mame/drivers/tutor.cpp
+++ b/src/mame/drivers/tutor.cpp
@@ -281,7 +281,7 @@ void tutor_state::machine_reset()
READ8_MEMBER( tutor_state::key_r )
{
char port[12];
- UINT8 value;
+ uint8_t value;
snprintf(port, ARRAY_LENGTH(port), "LINE%d", offset);
value = ioport(port)->read();