]> git.sur5r.net Git - cc65/blobdiff - libsrc/atari/sysrmdir.s
Fixed _textcolor definition.
[cc65] / libsrc / atari / sysrmdir.s
index 3f5b9e447b25a996a3bca8d1ede782b6612da25d..f568ded6ea0c26278e7b420c8948122859cc4b6c 100644 (file)
 
         pha
         lda     __dos_type
-        beq     not_impl                ; AtariDOS
         cmp     #OSADOS+1
         bcc     do_sparta               ; OS/A and SpartaDOS
+        cmp     #MYDOS
+        bne     not_impl                ; neither MyDOS, OS/A, nor SpartaDOS
         pla
-        jmp     __sysremove             ; MyDOS and others (TODO: check XDOS)
+        jmp     __sysremove             ; MyDOS
 
 not_impl:
         pla