From 63e58e00c69de738a856490b748e82660c0c39f8 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Mon, 30 Dec 2019 15:35:32 +0100 Subject: [PATCH] doxygen for Save_MSX() --- src/msxformats.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/msxformats.c b/src/msxformats.c index 036daf3d..5259fb1c 100644 --- a/src/msxformats.c +++ b/src/msxformats.c @@ -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 */ void Save_MSX(T_IO_Context * context)