silverdr_at_wfmh.org.pl wrote: > When printing to 64 screen, I remember that the content gets scrolled sometimes one and sometimes two lines at once. Does it have something to do with "logical" vs. "physical" screen lines? And how to detect how many lines the content will be scrolled before it happens? There is a line link table at $00D9 - $00F2. Whenever you have printed (not POKE) a character in the rightmost column, it will link two physical lines into one logical one and scrolling will occur based on that. It appears this happens by clearing the MSB on the link that exceeds the rightmost column. You could try to ORA all those addresses by $80 and see if you get consistent scrolling of one line at a time. Best regards Anders CarlssonReceived on 2020-05-29 23:13:59
Archive generated by hypermail 2.3.0.