Fixed comment.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5020 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -62,9 +62,9 @@
|
|||||||
|
|
||||||
lda #<$100
|
lda #<$100
|
||||||
ldx #>$100
|
ldx #>$100
|
||||||
jsr pushax ; Width scale
|
jsr pushax ; Width scale = 1.0
|
||||||
jsr pushax ; Heigh scale
|
jsr pushax ; Heigh scale = 1.0
|
||||||
jsr pusha ; Text direction = TGI_TEXT_VERTICAL
|
jsr pusha ; Text direction = TGI_TEXT_HORIZONTAL
|
||||||
jmp _tgi_textstyle ; A = Font = TGI_FONT_BITMAP
|
jmp _tgi_textstyle ; A = Font = TGI_FONT_BITMAP
|
||||||
|
|
||||||
; Error exit
|
; Error exit
|
||||||
|
|||||||
Reference in New Issue
Block a user