From: izydorst Date: Thu, 2 Jan 2003 22:16:57 +0000 (+0000) Subject: fixed a bug X-Git-Tag: V2.12.0~1803 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=34847ec5dcee747433838905e4a200cfd59cbf05;p=cc65 fixed a bug git-svn-id: svn://svn.cc65.org/cc65/trunk@1871 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/tgi/tgi_outtextxy.s b/libsrc/tgi/tgi_outtextxy.s index 6348210e5..c9b209261 100644 --- a/libsrc/tgi/tgi_outtextxy.s +++ b/libsrc/tgi/tgi_outtextxy.s @@ -14,6 +14,7 @@ _tgi_outtextxy: sta ptr3 stx ptr3+1 ; Save s + jsr popax ; get y from stack jsr tgi_popxy ; Pop x/y into ptr1/ptr2 jmp tgi_outtext ; Call the driver