fix comment in last change
This commit is contained in:
parent
e4e3dbf756
commit
08d164a811
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ cont: ldx #0 ; channel 0
|
||||||
.ifdef __ATARIXL__
|
.ifdef __ATARIXL__
|
||||||
|
|
||||||
; check for SpartaDOS and its usage of RAM below ROM
|
; 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
|
sdcheck:lda DOS
|
||||||
cmp #'S'
|
cmp #'S'
|
||||||
bne sdcrts0 ; not SpartaDOS, assume RAM is not used
|
bne sdcrts0 ; not SpartaDOS, assume RAM is not used
|
||||||
|
|
Loading…
Add table
Reference in a new issue