Doxygen for Save_C64_window()

This commit is contained in:
Thomas Bernard 2018-11-12 09:26:29 +01:00
parent 5e4d2f5700
commit 61b0056ec5

View File

@ -2810,7 +2810,9 @@ void Load_C64(T_IO_Context * context)
/** /**
* Display the dialog for C64 save parameters * Display the dialog for C64 save parameters
* *
* @param save * @param[in,out] saveFormat one of the C64 mode from @ref c64_format
* @param[in,out] saveWhat 0=All, 1=Only bitmap, 2=Only Screen RAM, 3=Only color RAM
* @param[in,out] loadAddr actual load address/0x2000 or 0 for "None"
* @return true to proceed, false to abort * @return true to proceed, false to abort
*/ */
static int Save_C64_window(enum c64_format *saveFormat, byte *saveWhat, byte *loadAddr) static int Save_C64_window(enum c64_format *saveFormat, byte *saveWhat, byte *loadAddr)