Index: [thread] [date] [subject] [author]
  From: Alexander Larsson <alla@lysator.liu.se>
  To  : ggi-develop@eskimo.com
  Date: Mon, 13 Jul 1998 18:29:02 +0200

Updated ggi_snes9x

Ok, i updated ggi_snes9x somewhat. It now supports more graphics modes.
Please, someone test it with the kgi or fb targets..

 http://www.lysator.liu.se/~alla/files/ggi_snes9x.tgz

More problems along the way:

This is from <ggi/ggi.h>
sp16a16r5g5b5A1 =0x10000000,    /* 15 bit BGR 5/5/5 native endian */
sp16a16r5g5b5A1rev,             /* 15 bit BGR 5/5/5 reverse endian */
sp16a16b5g5r5A1,                /* 15 bit RGB 5/5/5 native endian */
sp16a16b5g5r5A1rev,             /* 15 bit RGB 5/5/5 reverse endian */

The enum says rgb, but the comment says BGR. Why is this so?

Also if i run my Xserver in 32 bpp i still get a GT_24BIT from the X target.

/ Alex
             

Index: [thread] [date] [subject] [author]