C64_FLI_enforcer() doxygen

This commit is contained in:
Thomas Bernard 2018-12-07 13:24:16 +01:00 committed by Adrien Destugues
parent eda6e57574
commit f6dfc1f66f

View File

@ -37,6 +37,14 @@
*/
int C64_FLI(byte *bitmap, byte *screen_ram, byte *color_ram, byte *background);
/**
* FLI Check/enforcer
*
* Generate Screen RAM, Color RAM and bitmap data from the first 3 layers
* and output the result in layer 4.
*
* @return 0 for success, 2 if the picture is not 4 layers, 1 if the picture dimensions are not 160x200
*/
int C64_FLI_enforcer(void);
/**