diff options
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -163,6 +163,8 @@ void main(void) { OS.soundr = 0; // Turn off SIO beeping sound OS.color2 = conf->colors[0]; OS.color1 = conf->colors[1]; + OS.color0 = 0xca; /* green for active */ + OS.color3 = 0x48; /* red for highlight (not used yet) */ OS.noclik = conf->disable_keyclick; hz = (GTIA_READ.pal & 0x0e) ? 60 : 50; |
