summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/tranz330.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tranz330.cpp')
-rw-r--r--src/mame/drivers/tranz330.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tranz330.cpp b/src/mame/drivers/tranz330.cpp
index 359af3b042f..497e874a516 100644
--- a/src/mame/drivers/tranz330.cpp
+++ b/src/mame/drivers/tranz330.cpp
@@ -109,7 +109,7 @@ WRITE8_MEMBER( tranz330_state::pio_a_w )
READ8_MEMBER( tranz330_state::pio_b_r )
{
- UINT8 input_mask = 0xf;
+ uint8_t input_mask = 0xf;
for (int i = 0; i < 4; i++)
{
if (!BIT(m_keypad_col_mask, i))