From: ol.sc
Date: Sat, 19 Dec 2009 13:09:57 +0000 (+0000)
Subject: Minor comment adjustment.
X-Git-Tag: V2.13.1~3
X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=651df0889cb39e6a09c653746aa74791b206d885;p=cc65
Minor comment adjustment.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4531 b7a2c559-68d2-44c3-8de9-860c34a00d81
---
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