summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/flower.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/flower.c')
-rw-r--r--src/mame/video/flower.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/flower.c b/src/mame/video/flower.c
index 0c75b59a5fd..1f673f6d3a3 100644
--- a/src/mame/video/flower.c
+++ b/src/mame/video/flower.c
@@ -19,7 +19,7 @@ void flower_state::palette_init()
int g = pal4bit(color_prom[i + 0x100]);
int b = pal4bit(color_prom[i + 0x200]);
- colortable_palette_set_color(machine().colortable, i, MAKE_RGB(r, g, b));
+ colortable_palette_set_color(machine().colortable, i, rgb_t(r, g, b));
}
for (i = 0; i < 0x100; i++)