CPC_set_HW_palette()

This commit is contained in:
Thomas Bernard
2018-11-21 01:29:59 +01:00
parent 3ed119a6c2
commit bc06fbae72
3 changed files with 58 additions and 37 deletions

View File

@@ -60,6 +60,21 @@ void ZX_Spectrum_set_palette(T_Components * palette);
/** @}*/
/** @defgroup cpc Amstrad CPC
*
* @{
*/
/**
* Set 32 color HW Amstrad CPC palette
*
* The palette is in fact 27 colors, with some duplicates.
* http://www.cpcwiki.eu/index.php/CPC_Palette
*/
void CPC_set_HW_palette(T_Components * palette);
/** @}*/
/** @defgroup decb DECB binary format
*
* The DECB binary format was used on 6809 based machines :