summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/canyon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/canyon.cpp')
-rw-r--r--src/mame/drivers/canyon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/canyon.cpp b/src/mame/drivers/canyon.cpp
index cfd770af0e1..537a736fb57 100644
--- a/src/mame/drivers/canyon.cpp
+++ b/src/mame/drivers/canyon.cpp
@@ -67,7 +67,7 @@ PALETTE_INIT_MEMBER(canyon_state, canyon)
READ8_MEMBER(canyon_state::canyon_switches_r)
{
- UINT8 val = 0;
+ uint8_t val = 0;
if ((ioport("IN2")->read() >> (offset & 7)) & 1)
val |= 0x80;