summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/intv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/intv.cpp')
-rw-r--r--src/mame/drivers/intv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/intv.cpp b/src/mame/drivers/intv.cpp
index 68dec527564..fcceca312c2 100644
--- a/src/mame/drivers/intv.cpp
+++ b/src/mame/drivers/intv.cpp
@@ -88,7 +88,7 @@ static const unsigned char intv_colors[] =
PALETTE_INIT_MEMBER(intv_state, intv)
{
int k = 0;
- UINT8 r, g, b;
+ uint8_t r, g, b;
/* Two copies of everything (why?) */
for (int i = 0; i < 16; i++)