From a7a41f9415b98611d0e0dafa5b525f9e0ce105bc Mon Sep 17 00:00:00 2001 From: "ol.sc" Date: Tue, 3 May 2011 20:22:32 +0000 Subject: [PATCH] Fixed comment. git-svn-id: svn://svn.cc65.org/cc65/trunk@5020 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/tgi/tgi_init.s | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5