]> git.sur5r.net Git - cc65/commitdiff
Comment additions and changes.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 22 Feb 2009 14:42:32 +0000 (14:42 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 22 Feb 2009 14:42:32 +0000 (14:42 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3942 b7a2c559-68d2-44c3-8de9-860c34a00d81

libsrc/cbm/diskcmd.s

index 16914d837f578219c2f0ba62a9890ee9e98479f3..d090afe14e5d474f83c6c3904e167623940c11ba 100644 (file)
@@ -188,13 +188,13 @@ writefndiskcmd:
 
 ;--------------------------------------------------------------------------
 ; writediskcmd: Gets pointer to data in ptr1, length in A. Writes all data
-; to the command channel of the given drive. Returns an error code in A,
+; to the command channel of the drive in X. Returns an error code in A,
 ; flags are set according to the contents of A.
 
 writediskcmd:
 
         jsr     isdisk
-        bcs     success
+        bcs     success         ; No disk - already done
 
 ; Remember the length