diff --git a/doc/dio.sgml b/doc/dio.sgml index 83a2edc4d..685e3454f 100644 --- a/doc/dio.sgml +++ b/doc/dio.sgml @@ -67,15 +67,21 @@ This function will write the memory contents at buffer to the sector specified by sect_num. A verification is performed.

-Use the function to query the size of a sector. +Use the function to query +the size of a sector and the +function to query the number of available sectors. +

All these functions will return 0 for success and an OS specific error code in case of failure.

-Querying sector size

+Querying sector size and count

+ +Some systems support multiple diskette formats which have different sector sizes +and/or different sector counts. +

-Some systems support multiple diskette formats which have different sector sizes. The following function returns the sector size of the currently inserted disk: @@ -85,6 +91,13 @@ The following function returns the sector size of the currently inserted disk: On the Atari platform, the sector size is handled specially. Please refer to the DIO section in the specific platform documentation. +

+ +The following function returns the sector count of the currently inserted disk: + + + sectnum_t __fastcall__ dio_query_sectcount(dhandle_t handle); + Converting sector numbers