summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/wiping.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/wiping.c')
-rw-r--r--src/mame/video/wiping.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/wiping.c b/src/mame/video/wiping.c
index 1a9db9848a2..574828ede0b 100644
--- a/src/mame/video/wiping.c
+++ b/src/mame/video/wiping.c
@@ -57,7 +57,7 @@ void wiping_state::palette_init()
bit1 = (color_prom[i] >> 7) & 0x01;
b = combine_2_weights(bweights, bit0, bit1);
- 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 */