mirror of
https://github.com/cc65/cc65.git
synced 2025-01-03 16:33:19 +00:00
fix comment in last change
This commit is contained in:
parent
e4e3dbf756
commit
08d164a811
@ -73,7 +73,7 @@ cont: ldx #0 ; channel 0
|
||||
.ifdef __ATARIXL__
|
||||
|
||||
; check for SpartaDOS and its usage of RAM below ROM
|
||||
; return CF 0/1 for bad/ok
|
||||
; return CF 0/1 for ok/bad
|
||||
sdcheck:lda DOS
|
||||
cmp #'S'
|
||||
bne sdcrts0 ; not SpartaDOS, assume RAM is not used
|
||||
|
Loading…
Reference in New Issue
Block a user