MaxPlap
MaxPlap
I'm also interested to have those resolutions for my old 15' lcd
I think we should try to find it out ourselves looking at the trueview5725 datasheet. Maybe starting from the nearest working configuration: "pal_1280x1024.h"
My original issue was wrong: I cannot connect to some telnet server using the Term, and I erroneously thought it was a codec issue. I find out it was the...
@LeifBloomquist , I pulled the project but I got some sort of compilation error: > ultimateterm.c(1405): Error: Conflicting types for 'handle_telnet_iac' I used the `build.sh` script and I'm using cl65...
You were right, my version of cc65 was slightly too old. I tried and it works! I connected to some linux telnet server and I was able to use it...
It checks the first byte received when the connection has been estabilished: https://github.com/LeifBloomquist/ultimateii-dos-lib/blob/dd36312e176bcb082bed1d5075c7b96d2762c1e3/src/samples/ultimateterm.c#L740 if it's 0xff, it assumes it's a telnet connection and set the flag for it
It's quite a good assumption. When the terminal will become a feature creep, charset selection may be implemented