summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/chaknpop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/chaknpop.c')
-rw-r--r--src/mame/video/chaknpop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/chaknpop.c b/src/mame/video/chaknpop.c
index c7a424af535..80b04b96dcb 100644
--- a/src/mame/video/chaknpop.c
+++ b/src/mame/video/chaknpop.c
@@ -52,7 +52,7 @@ void chaknpop_state::palette_init()
bit2 = (col >> 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));
}
}