The issue: Char_use doesn't work if ROM is JS
Code: Select all
10 TK2_EXT
20 x=ALCHP(2000)
30 LBYTES win1_bold_fnt,x
40 CHAR_USE x,0
50 PRINT "This is a TEST"
60 CHAR_USE 0,0
70 RECHP x
But with JS ROM is not working correctly:
- In mode 4 - the font is not set, the text is written with standard font
- In mode 8 - the font is not set, the text is written with standard font AND flashing!!
Removing the QUBIDE + RAM extension makes no difference.
I suspect that there might be a hardware issue, either with the QL or the ROM switcher.
Please, can someone run the above program on a real QL with JS Rom and tell me if it works?