1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-21 09:17:52 +00:00

fix comment in last change

This commit is contained in:
Christian Groessler
2018-09-12 01:20:12 +02:00
parent e4e3dbf756
commit 08d164a811
+1 -1
View File
@@ -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