summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/exedexes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/exedexes.c')
-rw-r--r--src/mame/video/exedexes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/exedexes.c b/src/mame/video/exedexes.c
index 6e0632cadc2..1ab9d2a5012 100644
--- a/src/mame/video/exedexes.c
+++ b/src/mame/video/exedexes.c
@@ -46,7 +46,7 @@ void exedexes_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));
}
/* color_prom now points to the beginning of the lookup table */