Search found 284 matches

by paulscottrobson
Sun Nov 03, 2024 9:43 pm
Forum: CX16 General Chat
Topic: What do we need for a "How to program the X16" book?
Replies: 22
Views: 1300

Re: What do we need for a "How to program the X16" book?

I would start with the Commodore VIC-20 User's Guide, which does an excellent job teaching BASIC. Then I'd modify the machine-specific instructions to work with the Commander. I did a pretty exhaustive look over the manuals a while back. The two that stood out were the Vic 20 and the Sam Coupe as b...
by paulscottrobson
Sun Nov 03, 2024 9:40 pm
Forum: CX16 General Chat
Topic: What do we need for a "How to program the X16" book?
Replies: 22
Views: 1300

Re: What do we need for a "How to program the X16" book?

First decide what it means. What is your "target market" ? Commodore machines tended to have two manuals (according to Bagnall's book this was pushed through by the engineers for the Vic 20). One was "An introduction to programming" which tends to have a very cheerful bunch of th...
by paulscottrobson
Fri Nov 01, 2024 7:04 pm
Forum: Programming
Topic: My first foray into ASM. Advice?
Replies: 11
Views: 1282

Re: My first foray into ASM. Advice?

Don't do it on the X16. Initially. There's a reason for this. There are countless C64 tutorials, books and tools available for nothing (there are for the X16 just fewer) which gives you a big choice at all levels, depending on how much knowledge you have ; everything from absolute basics through to...
by paulscottrobson
Wed Oct 30, 2024 8:58 am
Forum: Programming
Topic: My first foray into ASM. Advice?
Replies: 11
Views: 1282

Re: My first foray into ASM. Advice?

Don't do it on the X16. Initially. There's a reason for this. There are countless C64 tutorials, books and tools available for nothing (there are for the X16 just fewer) which gives you a big choice at all levels, depending on how much knowledge you have ; everything from absolute basics through to ...
by paulscottrobson
Sat Apr 27, 2024 5:14 pm
Forum: Works In-Progress Discussion
Topic: Lost game from the '80s: Scumbotron!
Replies: 34
Views: 26263

Re: Lost game from the '80s: Scumbotron!

My (Neo6502) version, not quite complete. No Brains .... and obviously no collision detection which makes surviving easy but scoring a bit difficult. https://www.youtube.com/watch?v=tzpN1NQkSEk Oh! I missed that - it looks fantastic! Now playable :) https://www.youtube.com/watch?v=wik5QBKo2SI
by paulscottrobson
Wed Apr 24, 2024 3:54 am
Forum: Works In-Progress Discussion
Topic: Some things I've been working on
Replies: 16
Views: 5228

Re: Some things I've been working on

If you can do your filling using horizontal lines it should be *much* quicker, because you can just blat a series of bytes at Vera. Incidentally, I wrote an algorithm for Stefany Allaire's machine which is a Bresenham Approximation, it's a cheat variant of Bresenham where basically everything is sca...
by paulscottrobson
Tue Apr 23, 2024 5:03 pm
Forum: Works In-Progress Discussion
Topic: Lost game from the '80s: Scumbotron!
Replies: 34
Views: 26263

Re: Lost game from the '80s: Scumbotron!

My (Neo6502) version, not quite complete. No Brains .... and obviously no collision detection which makes surviving easy but scoring a bit difficult.

https://www.youtube.com/watch?v=tzpN1NQkSEk
by paulscottrobson
Fri Mar 22, 2024 7:39 am
Forum: Works In-Progress Discussion
Topic: Lost game from the '80s: Scumbotron!
Replies: 34
Views: 26263

Re: Lost game from the '80s: Scumbotron!

Very nice implementation of a Robotron-a-like. Maybe add the control system on Jeff Minters' own version, which I always liked, and means you don't have the twin controllers issue.
by paulscottrobson
Tue Sep 12, 2023 4:00 pm
Forum: Demoscene
Topic: VERA FX demos for VCF
Replies: 14
Views: 10407

Re: VERA FX demos for VCF

Awesome :) Do you think you'll release the source for these demos as well? It would be a good example of how to use the FX features. The source is already available on my GitHub. Its not (at all) cleaned up yet: its part of a hardware test suite right now. (GitHub link : Mario Kart is in "tile...
by paulscottrobson
Sun Sep 10, 2023 8:02 pm
Forum: Demoscene
Topic: VERA FX demos for VCF
Replies: 14
Views: 10407

Re: VERA FX demos for VCF

Is Mario Kart for real or a cheat ? The 2Mb requirement made me wonder ; there's a pretty demo on here which looks spectacularly 3D but is really just all pre-calculated and rendered simply on the fly ; it's not doing 3D in real time. Not knocking the project, looks great ; things that Vera was rubb...