From: ol.sc
Date: Tue, 3 May 2011 20:22:32 +0000 (+0000)
Subject: Fixed comment.
X-Git-Tag: V2.13.3~440
X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a7a41f9415b98611d0e0dafa5b525f9e0ce105bc;p=cc65
Fixed comment.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5020 b7a2c559-68d2-44c3-8de9-860c34a00d81
---
diff --git a/libsrc/tgi/tgi_init.s b/libsrc/tgi/tgi_init.s
index 0df052edd..14e1bd9f9 100644
--- a/libsrc/tgi/tgi_init.s
+++ b/libsrc/tgi/tgi_init.s
@@ -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