From 6f1ee17b375c74e8211e698fcdb527e210f13c71 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 29 Mar 2026 08:21:28 -0400 Subject: Removing PING/PONG message, nobody will miss it. --- src/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 4a938b9..7593fa6 100644 --- a/src/main.c +++ b/src/main.c @@ -166,10 +166,9 @@ void main(void) { OS.shflok = 0; // turn off shift-lock. OS.soundr = 0; // Turn off SIO beeping sound OS.color2 = conf->colors[0]; /* text BG, user-selected */ - // OS.color1 = (conf->colors[1] & 0x0f) | 0xc0; /* green (at user's brightness) */ OS.color1 = conf->colors[1]; OS.color0 = 0x06; /* grey for inactive */ - OS.color3 = 0x46; /* red for highlight (not used yet) */ + OS.color3 = 0x46; /* red for highlight */ OS.noclik = conf->disable_keyclick; hz = (GTIA_READ.pal & 0x0e) ? 60 : 50; -- cgit v1.2.3