libretro / gambatte-libretro

Hard fork of Gambatte to the libretro API.
http://sourceforge.net/projects/gambatte/
GNU General Public License v2.0
105 stars 79 forks source link

Palette additions (SGB + original GB hardware) and improvements to auto GB colourisation #113

Closed jdgleaver closed 6 years ago

jdgleaver commented 6 years ago

I recently stumbled upon a nice fork of Gambatte (https://github.com/TRIFORCE89/Gambatte-Core) which adds Super Game Boy palettes and automatic selection of the 'best' (most colourful) palette when colourising original Game Boy games. This pull request adds the same functionality to the libretro core (all credit goes to @TRIFORCE89, the original author).

The new palettes are exposed via the 'Internal Palette' core option, and the 'GB Colorization' option has been modified as follows:

While I was editing palettes, I thought I might as well complete the set. To that end, I have also added three 'GB' palettes designed to mimic the display characteristics of the original Game Boy hardware revisions: DMG, Pocket and Light.

inactive123 commented 6 years ago

Great addition! Thanks a lot.