Example: VecLink V2

With the information about the veclink cables I was given a couple of binaries.

One of the binaries ("BerzerkArena") is fantastic prototype game made by Alex Herbert

I partly disassembled the program and commented it. I combined the disassembled serial communication routines with the example I had for VecLink V1. I guess by now it can also be seen as a well documented example on how to use veclink V2.

It can be found in the directory:

codelib/Snippets/Alex Herbert/VecLinkV2/vecLinkV2.asm

The program can be assembled and run in vide.

For more information look at the source to the example and possibly at the "Emulation: VecLink V1 + V2" section.

Let me remind you, that there is no way to "automatically" configure vide to run two vecx instances, you have to start two instances manually:

Manually meaning:



VecLink example