SimCity 2000 for PocketPC shows incorrect color palette
Opened this issue · 3 comments
roytam1 commented
I wonder if this is QEMU(PL111) emulation bug, or something else?
Milek7 commented
This uses flat RGBA framebuffer, nothing really can break with emulation.
Incorrect in what way? Could it be that is somehow ignores display driver config and writes data in BGRA instead?
roytam1 commented
Milek7 commented
Right, water is blue so it's not RGB/BGR issue.
I don't think this is BSP specific problem, rather that something interacts badly with color conversion in display driver. It would need more investigation, but at least source code to GPE is available.