mirror of
https://github.com/cc65/cc65.git
synced 2024-12-25 02:29:52 +00:00
Back to revision 3818: The value of COLOR_WHITE changed back from 3 to 1.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5023 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
b4fda77b6c
commit
ba7b4d5e86
@ -7,15 +7,10 @@
|
||||
;
|
||||
|
||||
.export _textcolor, _bgcolor, _bordercolor
|
||||
.import return0
|
||||
.import return0, return1
|
||||
|
||||
_textcolor := return1
|
||||
|
||||
_bgcolor := return0
|
||||
|
||||
_bordercolor := return0
|
||||
|
||||
_textcolor:
|
||||
ldx #$00
|
||||
lda #$03 ; COLOR_WHITE
|
||||
rts
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user