Add "Set Palette" option in the 8bit menu

This commit is contained in:
Thomas Bernard
2018-11-20 10:52:37 +01:00
parent 0439831a1d
commit 1e6f0175da
5 changed files with 116 additions and 30 deletions

View File

@@ -38,6 +38,26 @@ int C64_FLI(byte *bitmap, byte *screen_ram, byte *color_ram, byte *background);
int C64_FLI_enforcer(void);
/**
* Set the 16 colors Commodore 64 palette
*/
void C64_set_palette(T_Components * palette);
/** @}*/
/** @defgroup zx_spectrum Sinclair ZX Spectrum
*
* @{
*/
/**
* Set the 16 colors ZX Spectrum palette.
*
* The ZX Spectrum palette is a 16 color RGBI palette.
* The color components are in IGRB order.
*/
void ZX_Spectrum_set_palette(T_Components * palette);
/** @}*/
/** @defgroup decb DECB binary format