Rockbox Ports are now being developed for various digital audio players!
I play Pokemon Red on it alot and would like it in the same color as it really would be.
It is not compatible with Super Game Boy or Game Boy Advance.
Maybe you guys should look at Visual Boy Advance. (Just a thought; don't know if it's in C or even GLPed. )
int palettes [17][4][4] = {
  static const struct opt_items palette[]= {    { "Brown (Default)", -1 },    { "Gray", -1 },    { "Light Gray", -1 },    { "Multi-Color 1", -1 },    { "Multi-Color 2", -1 },    { "Adventure Island", -1 },    { "Adventure Island 2", -1 },    { "Balloon Kid", -1 },    { "Batman", -1 },    { "Batman: Return of Joker", -1 },    { "Bionic Commando", -1 },    { "Castlvania Adventure", -1 },    { "Donkey Kong Land", -1 },    { "Dr. Mario", -1 },    { "Kirby", -1 },    { "Metroid", -1 },    { "Zelda", -1 },  };
rb->set_option(items[6].desc, &options.pal, INT, palette, 17, NULL );
Page created in 0.106 seconds with 14 queries.