]> git.sur5r.net Git - cc65/commitdiff
libsrc/atari/getdefdev.s: small comment change
authorChristian Groessler <chris@groessler.org>
Thu, 20 Sep 2018 21:58:23 +0000 (23:58 +0200)
committerChristian Groessler <chris@groessler.org>
Thu, 20 Sep 2018 21:58:23 +0000 (23:58 +0200)
libsrc/atari/getdefdev.s

index e1ec3f4c084bd4a12fad8f7979bc32393a28e4d9..20e32246a1b64761fa1635e7bb713cd3b1afcd33 100644 (file)
@@ -32,9 +32,9 @@ __getdefdev:
 
         lda     __dos_type      ; which DOS?
         cmp     #XDOS
-        beq     xdos            ; only supported on XDOS ...
+        beq     xdos            ; XDOS detected
 ;       cmp     #OSADOS+1       ; (redundant: #OSADOS+1 = #XDOS)
-        bcs     use_DUNIT       ; ... and on OS/A+ and SpartaDOS
+        bcs     use_DUNIT       ; neither XDOS, nor OS/A+ or SpartaDOS
 
         ldy     #BUFOFF
         lda     #0