libsrc/atari/getdefdev.s: small comment change

This commit is contained in:
Christian Groessler 2018-09-20 23:58:23 +02:00
parent 6cce110345
commit 118bc996fb
1 changed files with 2 additions and 2 deletions

View 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