From: Christian Groessler Date: Tue, 11 Sep 2018 23:20:12 +0000 (+0200) Subject: fix comment in last change X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=08d164a8110af60ff8b1eb30f4fe9e299de8c77a;p=cc65 fix comment in last change --- diff --git a/libsrc/atari/system_check.s b/libsrc/atari/system_check.s index df55f3d13..ec0d60513 100644 --- a/libsrc/atari/system_check.s +++ b/libsrc/atari/system_check.s @@ -73,7 +73,7 @@ cont: ldx #0 ; channel 0 .ifdef __ATARIXL__ ; check for SpartaDOS and its usage of RAM below ROM -; return CF 0/1 for bad/ok +; return CF 0/1 for ok/bad sdcheck:lda DOS cmp #'S' bne sdcrts0 ; not SpartaDOS, assume RAM is not used