summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/itgambl2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/itgambl2.c')
-rw-r--r--src/mame/drivers/itgambl2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/itgambl2.c b/src/mame/drivers/itgambl2.c
index 89bdf01f43d..b5b4ceb5790 100644
--- a/src/mame/drivers/itgambl2.c
+++ b/src/mame/drivers/itgambl2.c
@@ -255,7 +255,7 @@ void itgambl2_state::palette_init()
r = (x & 0xf)*0x10;
g = ((x & 0x3c)>>2)*0x10;
b = ((x & 0xf0)>>4)*0x10;
- palette_set_color(machine(),x,MAKE_RGB(r,g,b));
+ palette_set_color(machine(),x,rgb_t(r,g,b));
}
}