I may not have understood the difference between a TTY display and a display on the CRT so far.So far I thought that the CRT: is optimal for all ASCI control characters. But you showed that the Twilight on the TTY: works better.The demo "Type GLOBE.VT" is only displayed as "Chaos" for both. ??
This is also why you have two different patched versions of the WS editor, one forANSI terminals, one for LSI terminals.
Because actually a CRT device is "known" as a terminal, and I thought that it used to be always plugged into the RS232 interfaceand as a standard V52 / Ansi terminal.
Was there already RS232 (+ -12v) or only 5V as an interface with a real IMSAI.
Then I actually have to bother less with the CRT and can set the TTY as the "standard" display again (different ROM).
JNZ BO2
MVI A,0FFH ;VIO FIRMWARE FOUND, SET VIO FLAG
STA VIOF
MVI A,INITIO OR 1 ;AND SET IOBYTE CON:=CRT:
STA IOBYTE
CALL VIOINIT ;AND INITIALIZE THE BOARD
BO2: IN PRINTER ;GET STATUS PRINTER PORT, F4 IS OK