Set default CPC palette

This commit is contained in:
Thomas Bernard
2018-11-22 13:45:35 +01:00
parent ab5d26897f
commit 119a5afbf6
3 changed files with 64 additions and 39 deletions

View File

@@ -73,6 +73,13 @@ void ZX_Spectrum_set_palette(T_Components * palette);
*/
void CPC_set_HW_palette(T_Components * palette);
/**
* Set 16 color default Amstrad CPC BASIC palette
*
* @note INK 14 and 15 are blinking on the real hardware.
*/
void CPC_set_default_BASIC_palette(T_Components * palette);
/**
* Check AMSDOS header
*