]> git.sur5r.net Git - cc65/commitdiff
Fixed a typo.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 10 Jul 2011 15:00:37 +0000 (15:00 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 10 Jul 2011 15:00:37 +0000 (15:00 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5081 b7a2c559-68d2-44c3-8de9-860c34a00d81

libsrc/tgi/tgi_textwidth.s

index 8564b18a158e80f2dee65f6367eb12e12ea5a96b..b75468114c6ba91dd232bc9a9d4ca267104a8340 100644 (file)
@@ -41,7 +41,7 @@ Text    := ptr3
         jsr     _strlen
         jsr     umul8x16r16
         ldy     _tgi_textscalew+2       ; Get rounded scale factor
-        sta     ptr1
+        sty     ptr1
         jmp     umul8x16r16
 
 ; Return the width of the string for the vector font. To save some code, we