]> git.sur5r.net Git - cc65/blobdiff - libsrc/atari/system_check.s
fix comment in last change
[cc65] / libsrc / atari / system_check.s
index df55f3d138ea5224492b59738d5210e07a02278d..ec0d60513ce339a4b3796f0de314742917cd6545 100644 (file)
@@ -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