Hi everyone,
Occasionally, some of the apps I compile exhibit what seems like palette corruption. This affects everything on the screen - images, primitives, etc... Most often, changing a small piece of code somewhere will fix the issue, and it will disappear for weeks at a time. I should note this seems to be a compilation issue - e.g. restarting the app will not resolve it - only recompiling it with some changes somewhere will. Also, it happens infrequently - somewhere along the lines of once every 20-30 builds, and does not seem tied to any specific code. Is this a common glitch related to the compiler or linker - I know that the PSP is picky with memory alignment for certain calls.
Thanks,
Akop
Palette corruption?
this has happened to me by when the display list
holding the commands for GU are not aligned or there
is another part of code elsewhere that would possibly
write in areas where this list would be allocated ...so
any further drawing and matrix ops would go crazy on screen
also this could happen if your unswizzled textures are not
properly set up context with your blending calls ...ie check how
you process color components before blit
hope this helps in tracking down your problem
holding the commands for GU are not aligned or there
is another part of code elsewhere that would possibly
write in areas where this list would be allocated ...so
any further drawing and matrix ops would go crazy on screen
also this could happen if your unswizzled textures are not
properly set up context with your blending calls ...ie check how
you process color components before blit
hope this helps in tracking down your problem
10011011 00101010 11010111 10001001 10111010