Page 1 of 1

basic: write a string with print at x=150? ( poke($9F38,...)

Posted: Sat Mar 16, 2024 9:39 am
by funkheld
Hi good afternoon.

basic:
If the screen scrolls 80x60 to the left ( poke($9F38,...) , a screen appears with unknown characters.

My question:
can you use basic to write a string with print at x=150?

Thanks.
greeting

Re: basic: write a string with print at x=150? ( poke($9F38,...)

Posted: Sat Mar 16, 2024 12:39 pm
by desertfish
I don't know of a way to tell Basic to use a wider screen than 80 columns, so no, I don't think this is possible.
You can however access all of the tile memory directly using vpoke.

Re: basic: write a string with print at x=150? ( poke($9F38,...)

Posted: Sat Mar 16, 2024 2:32 pm
by funkheld
hello, thanks for info.


Thanks.
greeting