X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2Fdio.sgml;h=0aa43ec76610ab8870a44474e7432ffc6a0ea200;hb=60e40c854cc6d7d8d181a66714b8f7b8bfb58e0e;hp=f340fa2549140ca2ee644f59498da71e9cb4d297;hpb=96ef7fd77387339c5d3d44fb549953e2d580b922;p=cc65 diff --git a/doc/dio.sgml b/doc/dio.sgml index f340fa254..0aa43ec76 100644 --- a/doc/dio.sgml +++ b/doc/dio.sgml @@ -2,8 +2,7 @@
Diskette Sector I/O Routines -<author>Christian Groessler, <htmlurl url="mailto:chris@groessler.org" name="chris@groessler.org"> -<date>20-Feb-2005 +<author><url url="mailto:chris@groessler.org" name="Christian Groessler"> <abstract> The cc65 library provides functions to read and write raw disk sectors. @@ -25,8 +24,7 @@ released with the <tt>dio_close</tt> function. dhandle_t __fastcall__ dio_open (unsigned char device); </verb></tscreen> -The <tt>device</tt> specifies the device to access, with 0 being the first -device, 1 the second, and so on. +The <tt>device</tt> specifies the device to access. <tscreen><verb> unsigned char __fastcall__ dio_close (dhandle_t handle); @@ -89,8 +87,8 @@ The following function returns the sector size of the currently inserted disk: </verb></tscreen> On the Atari platform, the sector size is handled specially. Please refer -to the DIO section in the <htmlurl url="atari.html" name="Atari"> -specific platform documentation. +to the DIO section in the <url url="atari.html" name="Atari-specific +platform documentation">. <p> The following function returns the sector count of the currently inserted disk: