summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/bagman.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/bagman.c')
-rw-r--r--src/mame/video/bagman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/bagman.c b/src/mame/video/bagman.c
index 51d0696126e..caacb2a7311 100644
--- a/src/mame/video/bagman.c
+++ b/src/mame/video/bagman.c
@@ -76,7 +76,7 @@ PALETTE_INIT_MEMBER(bagman_state,bagman)
bit1 = (color_prom[i] >> 7) & 0x01;
b = combine_2_weights(weights_b, bit0, bit1);
- palette_set_color(machine(),i,MAKE_RGB(r,g,b));
+ palette_set_color(machine(),i,rgb_t(r,g,b));
}
}