summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/crbaloon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/crbaloon.c')
-rw-r--r--src/mame/video/crbaloon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/crbaloon.c b/src/mame/video/crbaloon.c
index 804adf21ca1..eb6702829cb 100644
--- a/src/mame/video/crbaloon.c
+++ b/src/mame/video/crbaloon.c
@@ -42,7 +42,7 @@ void crbaloon_state::palette_init()
g = h * ((~pen >> 1) & 1);
b = h * ((~pen >> 2) & 1);
- palette_set_color(machine(), i, MAKE_RGB(r, g, b));
+ palette_set_color(machine(), i, rgb_t(r, g, b));
}
}