mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
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
This commit is contained in:
parent
1e777d9406
commit
7f865046f3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user