doxygen for Save_MSX()

This commit is contained in:
Thomas Bernard 2019-12-30 15:35:32 +01:00
parent 347a42acc7
commit 63e58e00c6

View File

@ -191,8 +191,15 @@ void Load_MSX(T_IO_Context * context)
} }
/** /**
* Save .SC2 file * Save MSX .SC2 file
* *
* Uses the BSAVE/BLOAD file format.
* equivalent to BSAVE "FILE.SC2",&H0,&H37FF,S
*
* The MSX pictures are 256x192 pixels with a 15 colors fixed palette.
* Color #0 is transparent.
* @see https://www.msx.org/wiki/BSAVE
* @see https://lospec.com/palette-list/msx
* @todo save sprites * @todo save sprites
*/ */
void Save_MSX(T_IO_Context * context) void Save_MSX(T_IO_Context * context)