mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
Fixed comment.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5020 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
73a7cf8c8c
commit
a7a41f9415
@ -62,9 +62,9 @@
|
||||
|
||||
lda #<$100
|
||||
ldx #>$100
|
||||
jsr pushax ; Width scale
|
||||
jsr pushax ; Heigh scale
|
||||
jsr pusha ; Text direction = TGI_TEXT_VERTICAL
|
||||
jsr pushax ; Width scale = 1.0
|
||||
jsr pushax ; Heigh scale = 1.0
|
||||
jsr pusha ; Text direction = TGI_TEXT_HORIZONTAL
|
||||
jmp _tgi_textstyle ; A = Font = TGI_FONT_BITMAP
|
||||
|
||||
; Error exit
|
||||
|
Loading…
x
Reference in New Issue
Block a user