search for: tcxstate

Displaying 1 result from an estimated 1 matches for "tcxstate".

Did you mean: tcstate
2009 Mar 02
0
[PATCH 3 of 13] remove bgr
...xel32) default: cpu_abort(cpu_single_env, "unsupported colour depth %i\n", ds_get_bits_per_pixel(s->ds)); diff --git a/hw/tcx.c b/hw/tcx.c index de4fda0..dd3ac37 100644 --- a/hw/tcx.c +++ b/hw/tcx.c @@ -61,22 +61,13 @@ static void update_palette_entries(TCXState *s, int start, int end) s->palette[i] = rgb_to_pixel8(s->r[i], s->g[i], s->b[i]); break; case 15: - if (s->ds->bgr) - s->palette[i] = rgb_to_pixel15bgr(s->r[i], s->g[i], s->b[i]); - else -...