-
How are you providing VDC support in Ultimax mode? I see that code is generated. Is it then executed periodically to mirror the 40 col screen? |
Beta Was this translation helpful? Give feedback.
Answered by
frntc
Mar 8, 2022
Replies: 1 comment
-
Using code to mirror the 40-column screen is what I tried first, but that's horribly slow. The Sidekick generates speed code for both 40 and 80 column screen updates. It's not running in Ultimax mode ;-) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
xlar54
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using code to mirror the 40-column screen is what I tried first, but that's horribly slow. The Sidekick generates speed code for both 40 and 80 column screen updates. It's not running in Ultimax mode ;-)