From 7f865046f3527843812ba5626faf75b8bb0775a8 Mon Sep 17 00:00:00 2001 From: uz Date: Mon, 2 Nov 2009 15:36:13 +0000 Subject: [PATCH] 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 --- libsrc/tgi/tgi_init.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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