From 651df0889cb39e6a09c653746aa74791b206d885 Mon Sep 17 00:00:00 2001 From: "ol.sc" Date: Sat, 19 Dec 2009 13:09:57 +0000 Subject: [PATCH] Minor comment adjustment. git-svn-id: svn://svn.cc65.org/cc65/trunk@4531 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/apple2/apple2-280-192-8.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libsrc/apple2/apple2-280-192-8.s b/libsrc/apple2/apple2-280-192-8.s index d140639b8..1ee3780f1 100644 --- a/libsrc/apple2/apple2-280-192-8.s +++ b/libsrc/apple2/apple2-280-192-8.s @@ -212,11 +212,11 @@ GETERROR: ; CONTROL: Platform/driver specific entry point. ; Must set an error code: YES CONTROL: - ; Check val msb and code to be 0 + ; Check data msb and code to be 0 ora ptr1+1 bne err - ; Check val lsb to be [0..1] + ; Check data lsb to be [0..1] lda ptr1 cmp #1+1 bcs err -- 2.39.5