summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/runaway.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/runaway.cpp')
-rw-r--r--src/mame/drivers/runaway.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/runaway.cpp b/src/mame/drivers/runaway.cpp
index aabcf2c7a51..56169afc1cf 100644
--- a/src/mame/drivers/runaway.cpp
+++ b/src/mame/drivers/runaway.cpp
@@ -47,7 +47,7 @@ void runaway_state::machine_reset()
READ8_MEMBER(runaway_state::runaway_input_r)
{
- UINT8 val = 0;
+ uint8_t val = 0;
if (ioport("3000D7")->read() & (1 << offset))
{