summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/timelimt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/timelimt.c')
-rw-r--r--src/mame/video/timelimt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/timelimt.c b/src/mame/video/timelimt.c
index 852068f6bdc..a791ce2b179 100644
--- a/src/mame/video/timelimt.c
+++ b/src/mame/video/timelimt.c
@@ -43,7 +43,7 @@ void timelimt_state::palette_init(){
bit1 = (*color_prom >> 7) & 0x01;
b = 0x4f * bit0 + 0xa8 * bit1;
- palette_set_color(machine(),i,MAKE_RGB(r,g,b));
+ palette_set_color(machine(),i,rgb_t(r,g,b));
color_prom++;
}
}