Milek7 / wince-qemu

WinCE 7 BSP for QEMU vexpress-a15
15 stars 2 forks source link

SimCity 2000 for PocketPC shows incorrect color palette #1

Open roytam1 opened 1 year ago

roytam1 commented 1 year ago

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

Milek7 commented 1 year ago

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 1 year ago

Incorrect in what way?

image image

Milek7 commented 1 year ago

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.