Revision 8927bcfd hw/musicpal.c

b/hw/musicpal.c
829 829
        break;
830 830
    LCD_REFRESH(8, rgb_to_pixel8)
831 831
    LCD_REFRESH(16, rgb_to_pixel16)
832
    LCD_REFRESH(32, (s->ds->bgr ? rgb_to_pixel32bgr : rgb_to_pixel32))
832
    LCD_REFRESH(32, rgb_to_pixel32)
833 833
    default:
834 834
        cpu_abort(cpu_single_env, "unsupported colour depth %i\n",
835 835
                  ds_get_bits_per_pixel(s->ds));

Also available in: Unified diff