The textcolor macro optimization is by now provided by cc65.

This commit is contained in:
Oliver Schmidt 2019-05-08 10:27:00 +02:00
parent 5499e53880
commit 309e2fcd79
1 changed files with 0 additions and 2 deletions

View File

@ -45,8 +45,6 @@
#define MOUSE_CONF_XTOC(x) ((x) / 8)
#define MOUSE_CONF_YTOC(y) ((y) / 8)
#define textcolor(color) COLOR_WHITE
#define BORDERCOLOR COLOR_BLACK
#define SCREENCOLOR COLOR_BLACK