Greetings:Does Vpoke work with the online emulator? I've tried all the example in the BASIC programming guide and none of them work, no matter which browser I use. I'm on a Win10 box.
Thanks.
Greetings:Does Vpoke work with the online emulator? I've tried all the example in the BASIC programming guide and none of them work, no matter which browser I use. I'm on a Win10 box.
10 VPOKE $11,$B000,0 20 POKE $9F23,$01 30 FOR I=2 TO 128*59 40 POKE $9F23,$0 50 POKE $9F23,$01 60 NEXT
Oh! That's where the correct BASIC reentry vector is hiding! I've been using the one I found in the KERNAL page like a chump! That's much better! Thanks!
Neither, actually. I got it from the the Downloads section of the forum, but I notice it's not there anymore.StephenHorn wrote: ↑Tue May 23, 2023 8:50 pm What documentation were you referring to? Link please. But I'm going to guess that you were referring to https://github.com/commanderx16/x16-docs and not https://github.com/x16community/x16-docs.