]> git.sur5r.net Git - cc65/commitdiff
Fixed comment.
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 3 May 2011 20:22:32 +0000 (20:22 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 3 May 2011 20:22:32 +0000 (20:22 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5020 b7a2c559-68d2-44c3-8de9-860c34a00d81

libsrc/tgi/tgi_init.s

index 0df052edd0e98ef69e44a8f1282211350d2b7b65..14e1bd9f9b3aff84fc289fc9db77102ecdfec70b 100644 (file)
@@ -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