libsrc/atari/getdefdev.s: small comment change
This commit is contained in:
parent
6cce110345
commit
118bc996fb
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue