From: uz Date: Mon, 2 Nov 2009 15:36:13 +0000 (+0000) Subject: Fixed an error in the color setting code which caused tgi_init to fail. X-Git-Tag: V2.13.1~106 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7f865046f3527843812ba5626faf75b8bb0775a8;p=cc65 Fixed an error in the color setting code which caused tgi_init to fail. git-svn-id: svn://svn.cc65.org/cc65/trunk@4423 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/tgi/tgi_init.s b/libsrc/tgi/tgi_init.s index 636c5aa16..5aab06a83 100644 --- a/libsrc/tgi/tgi_init.s +++ b/libsrc/tgi/tgi_init.s @@ -39,7 +39,7 @@ ; Set the drawing color to white -@L1: lda TGI_COLOR_WHITE +@L1: lda #TGI_COLOR_WHITE jsr _tgi_setcolor ; tgi_setcolor (TGI_COLOR_WHITE); ; Set the text style