summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/gyruss.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/gyruss.c')
-rw-r--r--src/mame/video/gyruss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/gyruss.c b/src/mame/video/gyruss.c
index 2c8373f73fb..1fa77aa97b6 100644
--- a/src/mame/video/gyruss.c
+++ b/src/mame/video/gyruss.c
@@ -69,7 +69,7 @@ void gyruss_state::palette_init()
bit1 = (color_prom[i] >> 7) & 0x01;
b = combine_2_weights(weights_b, 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 */