First try of documenting static drivers.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5923 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc
2012-11-07 19:54:07 +00:00
parent 38e185d15d
commit ebd3870808

View File

@@ -310,18 +310,20 @@ you cannot do it, it just means that there's no help.
<sect>Loadable drivers<p> <sect>Loadable drivers<p>
The names in the parentheses denote the symbols to be used for static linking of the drivers.
<sect1>Graphics drivers<p> <sect1>Graphics drivers<p>
<descrip> <descrip>
<tag><tt/a2.lo.tgi/</tag> <tag><tt/a2.lo.tgi (apple2_40_48_16)/</tag>
This driver features a resolution of 40&times;48 with 16 colors. This driver features a resolution of 40&times;48 with 16 colors.
The function <tt/tgi_apple2_mix()/ allows to activate 4 lines of text. The The function <tt/tgi_apple2_mix()/ allows to activate 4 lines of text. The
function clears the corresponding area at the bottom of the screen. function clears the corresponding area at the bottom of the screen.
<tag><tt/a2.hi.tgi/</tag> <tag><tt/a2.hi.tgi (apple2_280_192_8)/</tag>
This driver features a resolution of 280&times;192 with 8 colors and two This driver features a resolution of 280&times;192 with 8 colors and two
hires pages. Note that programs using this driver will have to be linked hires pages. Note that programs using this driver will have to be linked
with <tt/--start-addr $4000/ to reserve the first hires page or with with <tt/--start-addr $4000/ to reserve the first hires page or with
@@ -343,7 +345,7 @@ you cannot do it, it just means that there's no help.
<descrip> <descrip>
<tag><tt/a2.auxmem.emd/</tag> <tag><tt/a2.auxmem.emd (apple2_auxmem)/</tag>
Gives access to 47.5 KB RAM (190 pages of 256 bytes each) on an Extended Gives access to 47.5 KB RAM (190 pages of 256 bytes each) on an Extended
80-Column Text Card. 80-Column Text Card.
@@ -357,7 +359,7 @@ you cannot do it, it just means that there's no help.
<descrip> <descrip>
<tag><tt/a2.stdjoy.joy/</tag> <tag><tt/a2.stdjoy.joy (apple2_stdjoy)/</tag>
Supports up to two standard analog joysticks connected to the game port of Supports up to two standard analog joysticks connected to the game port of
the Apple&nbsp;&rsqb;&lsqb;. the Apple&nbsp;&rsqb;&lsqb;.
@@ -368,7 +370,7 @@ you cannot do it, it just means that there's no help.
<descrip> <descrip>
<tag><tt/a2.stdmou.mou/</tag> <tag><tt/a2.stdmou.mou (apple2_stdmou)/</tag>
Driver for the AppleMouse&nbsp;II Card. Searches all Apple&nbsp;II slots Driver for the AppleMouse&nbsp;II Card. Searches all Apple&nbsp;II slots
for an AppleMouse&nbsp;II Card compatible firmware. The default bounding for an AppleMouse&nbsp;II Card compatible firmware. The default bounding
box is &lsqb;0..279,0..191&rsqb;. box is &lsqb;0..279,0..191&rsqb;.
@@ -389,7 +391,7 @@ you cannot do it, it just means that there's no help.
<descrip> <descrip>
<tag><tt/a2.ssc.ser/</tag> <tag><tt/a2.ssc.ser (apple2_ssc)/</tag>
Driver for the Apple&nbsp;II Super Serial Card. Supports up to 19200 baud, Driver for the Apple&nbsp;II Super Serial Card. Supports up to 19200 baud,
hardware flow control (RTS/CTS) and interrupt driven receives. Note hardware flow control (RTS/CTS) and interrupt driven receives. Note
that because of the peculiarities of the 6551 chip transmits are not that because of the peculiarities of the 6551 chip transmits are not