Uhfgood wrote: ↑Tue Feb 21, 2023 7:16 pm
Am I missing something? I have no idea how to access any tutorials. Actually looks like the html is borked for some reason. Is it just me?
As TonXP411 explained, a move from an different forum system to this one cause some issues.
You just need to adapt the addresses based on the latest VERA configuration. Check out the docs directory in your emulator download; the addresses are all in there.
I took a look at the assembly program at the very bottom of the page.
The problem is that the tutorial wants to write characters to the screen at VRAM address $00000, but the kernal's text-mode screen buffer is actually at VRAM address $1B000. If the assembly program is updated as follows, it'll work:
Most of my tutorials and all of my games have been updated to run correctly on ROM R43. I am still checking last few but please let me know if you notice any errors anywhere.
I also edited the original post as it was corrupted after transfer from the old forum.
I ran through the snake tutorial a while back and thought it was pretty good. With the release of physical boards I've been getting interested in the X16 again. If you've gone through and updated your tutorials it sounds like it's a good time to go back through and do them all.
Zethnar wrote: ↑Mon Aug 07, 2023 4:48 am
Cheers for the hard work.
I ran through the snake tutorial a while back and thought it was pretty good. With the release of physical boards I've been getting interested in the X16 again. If you've gone through and updated your tutorials it sounds like it's a good time to go back through and do them all.
Thanks. I am glad you are finding them useful. There is a lot of code and a lot of text so I am sure there are many errors still lurking in there. Just let me know if you run into any and I will update and fix whatever is necessary.
I am actually hoping to start another game in BASIC as soon as I finish my current project in assembly.