1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00

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

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