Skip to content

Commit a7aef39

Browse files
authored
Merge pull request #1054 from ConradoBadenas/patch-1
Update doublesizeprint.bas.md
2 parents 253172b + ec5c6cd commit a7aef39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/library/doublesizeprint.bas.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ EX DE,HL ;' Save it in DE
5757
5858
LD A,(IX+9) ;'Character
5959
60-
CP 164 ;' > UDG "U" ?
60+
CP 165 ;' >= RND , > UDG "U" ?
6161
JP NC, doubleSizePrintCharEnd
6262
63-
CP 32 ;' < space+1?
63+
CP 32 ;' < space?
6464
JP C, doubleSizePrintCharEnd
6565
66-
CP 144 ;' >144?
66+
CP 144 ;' >= UDG "A" ?
6767
JP NC, doubleSizePrintCharUDGAddress
6868
6969
LD L,A

0 commit comments

Comments
 (0)