Added macro for ssc slot selection.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4526 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -294,6 +294,7 @@ usage.
|
|||||||
<item>_dos_type
|
<item>_dos_type
|
||||||
<item>get_ostype
|
<item>get_ostype
|
||||||
<item>rebootafterexit
|
<item>rebootafterexit
|
||||||
|
<item>ser_apple2_slot
|
||||||
<item>tgi_apple2_mix
|
<item>tgi_apple2_mix
|
||||||
</itemize>
|
</itemize>
|
||||||
|
|
||||||
@@ -387,8 +388,8 @@ 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 <tt/ser_ioctl(0, <slot>)/ prior to
|
The driver defaults to slot 2. Call <tt/ser_apple2_slot()/ prior to
|
||||||
<tt/ser_open()/ in order to select a different slot. <tt/ser_ioctl()/
|
<tt/ser_open()/ in order to select a different slot. <tt/ser_apple2_slot()/
|
||||||
succeeds for all Apple II slots, but <tt/ser_open()/ fails with
|
succeeds for all Apple II slots, but <tt/ser_open()/ fails with
|
||||||
<tt/SER_ERR_NO_DEVICE/ if there's no SSC firmware found in the selected slot.
|
<tt/SER_ERR_NO_DEVICE/ if there's no SSC firmware found in the selected slot.
|
||||||
|
|
||||||
|
|||||||
@@ -294,6 +294,7 @@ usage.
|
|||||||
<item>_dos_type
|
<item>_dos_type
|
||||||
<item>get_ostype
|
<item>get_ostype
|
||||||
<item>rebootafterexit
|
<item>rebootafterexit
|
||||||
|
<item>ser_apple2_slot
|
||||||
<item>textframe
|
<item>textframe
|
||||||
<item>textframexy
|
<item>textframexy
|
||||||
<item>tgi_apple2_mix
|
<item>tgi_apple2_mix
|
||||||
@@ -387,8 +388,8 @@ 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 <tt/ser_ioctl(0, <slot>)/ prior to
|
The driver defaults to slot 2. Call <tt/ser_apple2_slot()/ prior to
|
||||||
<tt/ser_open()/ in order to select a different slot. <tt/ser_ioctl()/
|
<tt/ser_open()/ in order to select a different slot. <tt/ser_apple2_slot()/
|
||||||
succeeds for all Apple II slots, but <tt/ser_open()/ fails with
|
succeeds for all Apple II slots, but <tt/ser_open()/ fails with
|
||||||
<tt/SER_ERR_NO_DEVICE/ if there's no SSC firmware found in the selected slot.
|
<tt/SER_ERR_NO_DEVICE/ if there's no SSC firmware found in the selected slot.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user