summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/shaolins.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/shaolins.c')
-rw-r--r--src/mame/video/shaolins.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/shaolins.c b/src/mame/video/shaolins.c
index a7b68be1191..23bc097235c 100644
--- a/src/mame/video/shaolins.c
+++ b/src/mame/video/shaolins.c
@@ -69,7 +69,7 @@ void shaolins_state::palette_init()
bit3 = (color_prom[i + 0x200] >> 3) & 0x01;
b = combine_4_weights(bweights, bit0, bit1, bit2, bit3);
- colortable_palette_set_color(machine().colortable, i, MAKE_RGB(r, g, b));
+ colortable_palette_set_color(machine().colortable, i, rgb_t(r, g, b));
}
/* color_prom now points to the beginning of the lookup table,*/