Skip to content
Snippets Groups Projects
Commit 4837ce25 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Atari doesn't blink?

parent 7079932a
No related branches found
No related tags found
No related merge requests found
Pipeline #7950 passed
...@@ -1033,6 +1033,10 @@ static void blinker_thread(void *data) ...@@ -1033,6 +1033,10 @@ static void blinker_thread(void *data)
next_cursor = now + 333; next_cursor = now + 333;
} }
break; break;
case ATARI_40X24:
case ATARI_80X25:
// No blinking!
break;
default: default:
if (next_blink < now) { if (next_blink < now) {
if (vstat.blink) { if (vstat.blink) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment