]> git.sur5r.net Git - cc65/commitdiff
Added macro for ssc slot selection.
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 13 Dec 2009 11:21:22 +0000 (11:21 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 13 Dec 2009 11:21:22 +0000 (11:21 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@4526 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/apple2.sgml
doc/apple2enh.sgml

index 0f816a3ec1a2541b50ad844d34f24c0ca5002c1f..6656041130f72ab24a54113ccb49716d75f02c2d 100644 (file)
@@ -294,6 +294,7 @@ usage.
 <item>_dos_type
 <item>get_ostype
 <item>rebootafterexit
+<item>ser_apple2_slot
 <item>tgi_apple2_mix
 </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
   flow control because of a full buffer.
 
-  The driver defaults to slot 2. Call <tt/ser_ioctl(0, &lt;slot&gt;)/ prior to
-  <tt/ser_open()/ in order to select a different slot. <tt/ser_ioctl()/
+  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_apple2_slot()/
   succeeds for all Apple&nbsp;II slots, but <tt/ser_open()/ fails with
   <tt/SER_ERR_NO_DEVICE/ if there's no SSC firmware found in the selected slot.
 
index e257861c36497d87f9cedc80d0eaacdcca623d75..8eb248965f424376928a694f7258db15b4b3c8c9 100644 (file)
@@ -294,6 +294,7 @@ usage.
 <item>_dos_type
 <item>get_ostype
 <item>rebootafterexit
+<item>ser_apple2_slot
 <item>textframe
 <item>textframexy
 <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
   flow control because of a full buffer.
 
-  The driver defaults to slot 2. Call <tt/ser_ioctl(0, &lt;slot&gt;)/ prior to
-  <tt/ser_open()/ in order to select a different slot. <tt/ser_ioctl()/
+  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_apple2_slot()/
   succeeds for all Apple&nbsp;II slots, but <tt/ser_open()/ fails with
   <tt/SER_ERR_NO_DEVICE/ if there's no SSC firmware found in the selected slot.