freemint / fvdi

fVDI fork with additional fixes and drivers.
https://fvdi.sourceforge.io
7 stars 6 forks source link

Fix colour shift in aranym 32bpp #17

Closed chrisridd closed 2 years ago

chrisridd commented 2 years ago

This fixes the colour channel swapping seen in the default "usual bit order" mode for 32 bits per pixel displays.

chrisridd commented 2 years ago

This now breaks 24bpp modes. Awesome.

chrisridd commented 2 years ago

The latest commit 05d4778 does the simplest thing and reverts the one changed line in mode[6]. Now 24bpp and 32bpp modes both work.