mirror of
https://github.com/cc65/cc65.git
synced 2025-08-13 08:25:28 +00:00
Fixed problem with unprotected <> chars
git-svn-id: svn://svn.cc65.org/cc65/trunk@3719 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -159,7 +159,7 @@ you cannot do it, it just means that there's no help.
|
|||||||
to be linked with <tt/--start-addr $4000/ to reserve the first hires page
|
to be linked with <tt/--start-addr $4000/ to reserve the first hires page
|
||||||
if they are intended to run on an Apple ][ (in contrast to
|
if they are intended to run on an Apple ][ (in contrast to
|
||||||
an Apple //e).
|
an Apple //e).
|
||||||
|
|
||||||
Note that the Apple ][ default mouse callbacks support text
|
Note that the Apple ][ default mouse callbacks support text
|
||||||
mode only.
|
mode only.
|
||||||
|
|
||||||
@@ -176,11 +176,11 @@ you cannot do it, it just means that there's no help.
|
|||||||
that because of the peculiarities of the 6551 chip transmits are not
|
that because of the peculiarities of the 6551 chip transmits are not
|
||||||
interrupt driven, and the transceiver blocks if the receiver asserts
|
interrupt driven, and the transceiver blocks if the receiver asserts
|
||||||
flow control because of a full buffer.
|
flow control because of a full buffer.
|
||||||
|
|
||||||
The driver defaults to slot 2. Call ser_ioctl(0, <slot>) prior to ser_open
|
The driver defaults to slot 2. Call <tt/ser_ioctl(0, <slot>)/ prior to
|
||||||
in order to select a different slot. ser_ioctl succeeds for all Apple II
|
<tt/ser_open/ in order to select a different slot. <tt/ser_ioctl/ succeeds
|
||||||
slots, but ser_open fails with SER_ERR_NO_DEVICE if there's no SSC firmware
|
for all Apple II slots, but <tt/ser_open/ fails with
|
||||||
found in the selected slot.
|
<tt/SER_ERR_NO_DEVICE/ if there's no SSC firmware found in the selected slot.
|
||||||
|
|
||||||
</descrip><p>
|
</descrip><p>
|
||||||
|
|
||||||
|
@@ -158,7 +158,7 @@ you cannot do it, it just means that there's no help.
|
|||||||
Driver for the AppleMouse II Card. Searches all Apple II slots
|
Driver for the AppleMouse II Card. Searches all Apple II slots
|
||||||
for an AppleMouse II Card compatible firmware. The default bounding
|
for an AppleMouse II Card compatible firmware. The default bounding
|
||||||
box is [0..279,0..191].
|
box is [0..279,0..191].
|
||||||
|
|
||||||
Note that the enhanced Apple //e default mouse callbacks support
|
Note that the enhanced Apple //e default mouse callbacks support
|
||||||
text mode only.
|
text mode only.
|
||||||
|
|
||||||
@@ -176,10 +176,10 @@ you cannot do it, it just means that there's no help.
|
|||||||
interrupt driven, and the transceiver blocks if the receiver asserts
|
interrupt driven, and the transceiver blocks if the receiver asserts
|
||||||
flow control because of a full buffer.
|
flow control because of a full buffer.
|
||||||
|
|
||||||
The driver defaults to slot 2. Call ser_ioctl(0, <slot>) prior to ser_open
|
The driver defaults to slot 2. Call <tt/ser_ioctl(0, <slot>)/ prior to
|
||||||
in order to select a different slot. ser_ioctl succeeds for all Apple II
|
<tt/ser_open/ in order to select a different slot. <tt/ser_ioctl/ succeeds
|
||||||
slots, but ser_open fails with SER_ERR_NO_DEVICE if there's no SSC firmware
|
for all Apple II slots, but <tt/ser_open/ fails with
|
||||||
found in the selected slot.
|
<tt/SER_ERR_NO_DEVICE/ if there's no SSC firmware found in the selected slot.
|
||||||
|
|
||||||
</descrip><p>
|
</descrip><p>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user