Milek7/wince-qemu

SimCity 2000 for PocketPC shows incorrect color palette

Opened this issue · 3 comments

I wonder if this is QEMU(PL111) emulation bug, or something else?

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?

Incorrect in what way?

image
image

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.