summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/crgolf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/crgolf.c')
-rw-r--r--src/mame/video/crgolf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/crgolf.c b/src/mame/video/crgolf.c
index 3ce946e9091..16127f2acaf 100644
--- a/src/mame/video/crgolf.c
+++ b/src/mame/video/crgolf.c
@@ -75,7 +75,7 @@ void crgolf_state::get_pens( pen_t *pens )
bit1 = (data >> 7) & 0x01;
b = 0x4f * bit0 + 0xa8 * bit1;
- pens[offs] = MAKE_RGB(r, g, b);
+ pens[offs] = rgb_t(r, g, b);
}
}