Viitor_cc65/usr/share/doc/cc65/webdoc/dio-3.html
kueller 223cc6685e Neue Version V963
git-svn-id: svn://svn.compuextreme.de/Viitor/V963/Viitor_cc65@5933 504e572c-2e33-0410-9681-be2bf7408885
2011-01-03 10:48:06 +00:00

38 lines
1.1 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.20">
<TITLE>Diskette Sector I/O Routines: Querying sector size</TITLE>
<LINK HREF="dio-4.html" REL=next>
<LINK HREF="dio-2.html" REL=previous>
<LINK HREF="dio.html#toc3" REL=contents>
</HEAD>
<BODY>
<A HREF="dio-4.html">Next</A>
<A HREF="dio-2.html">Previous</A>
<A HREF="dio.html#toc3">Contents</A>
<HR>
<H2><A NAME="sectsize"></A> <A NAME="s3">3.</A> <A HREF="dio.html#toc3">Querying sector size</A></H2>
<P>Some systems support multiple diskette formats which have different sector sizes.
The following function returns the sector size of the currently inserted disk:</P>
<P>
<BLOCKQUOTE><CODE>
<PRE>
sectsize_t __fastcall__ dio_query_sectsize(dhandle_t handle);
</PRE>
</CODE></BLOCKQUOTE>
</P>
<P>On the Atari platform, the sector size is handled specially. Please refer
to the DIO section in the
<A HREF="atari.html">Atari</A>
specific platform documentation.</P>
<HR>
<A HREF="dio-4.html">Next</A>
<A HREF="dio-2.html">Previous</A>
<A HREF="dio.html#toc3">Contents</A>
</BODY>
</HTML>