mirror of
https://github.com/cc65/cc65.git
synced 2024-12-28 06:30:16 +00:00
libsrc/atari/getdefdev.s: small comment change
This commit is contained in:
parent
6cce110345
commit
118bc996fb
@ -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…
Reference in New Issue
Block a user