summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/jpmimpct.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/jpmimpct.c')
-rw-r--r--src/mame/video/jpmimpct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/jpmimpct.c b/src/mame/video/jpmimpct.c
index e8d11e87ce9..ab49147fd9b 100644
--- a/src/mame/video/jpmimpct.c
+++ b/src/mame/video/jpmimpct.c
@@ -48,7 +48,7 @@ WRITE16_MEMBER(jpmimpct_state::jpmimpct_bt477_w)
if (++*addr_cnt == 3)
{
- palette_set_color(machine(), m_bt477.address, MAKE_RGB(color[0], color[1], color[2]));
+ palette_set_color(machine(), m_bt477.address, rgb_t(color[0], color[1], color[2]));
*addr_cnt = 0;
/* Address register increments */