summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/yiear.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/yiear.c')
-rw-r--r--src/mame/video/yiear.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/yiear.c b/src/mame/video/yiear.c
index 79667c5346e..23853aeed9f 100644
--- a/src/mame/video/yiear.c
+++ b/src/mame/video/yiear.c
@@ -55,7 +55,7 @@ void yiear_state::palette_init()
bit2 = (*color_prom >> 7) & 0x01;
b = 0x21 * bit0 + 0x47 * bit1 + 0x97 * bit2;
- palette_set_color(machine(), i, MAKE_RGB(r,g,b));
+ palette_set_color(machine(), i, rgb_t(r,g,b));
color_prom++;
}
}