mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
Fixed _textcolor definition.
The _textcolor() macro doesn't just turn on the macro optimization. It defines the return value of textcolor() - and that is supposed to be a COLOR_... value.
This commit is contained in:
parent
a24e3d9e72
commit
a01c4231f2
@ -540,7 +540,7 @@ extern void atrx15p2_tgi[];
|
||||
** to be overlaid by macros with the same names, saving the function call
|
||||
** overhead.
|
||||
*/
|
||||
#define _textcolor(color) 1
|
||||
#define _textcolor(color) COLOR_WHITE
|
||||
|
||||
/* End of atari.h */
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user