From 828b4226cf910b4eae0778f4dd796c5331347d72 Mon Sep 17 00:00:00 2001 From: uz Date: Sun, 22 Feb 2009 14:42:32 +0000 Subject: [PATCH] Comment additions and changes. git-svn-id: svn://svn.cc65.org/cc65/trunk@3942 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/cbm/diskcmd.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libsrc/cbm/diskcmd.s b/libsrc/cbm/diskcmd.s index 16914d837..d090afe14 100644 --- a/libsrc/cbm/diskcmd.s +++ b/libsrc/cbm/diskcmd.s @@ -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 -- 2.39.5