···20802080 /* Setup a usable color table when the appropriate20812081 * method is available. Should update this to set-colors */20822082 clut = RELOC(default_colors);20832083- for (i = 0; i < 32; i++, clut += 3)20832083+ for (i = 0; i < 16; i++, clut += 3)20842084 if (prom_set_color(ih, i, clut[0], clut[1],20852085 clut[2]) != 0)20862086 break;