Soft-Sprites on the VDC chip are awesome!
Get the demo here: https://github.com/The8BitTheory/vdc-basic/blob/v2f/examples/softsprite.d64
See it in action here: https://youtube.com/shorts/nA0U_lfrwZ0?feature=share
I learned that working with VRAM is very flawless with the VDC-Chip. But changing register values often is a problem, even though the status register says OK.
In this case I could solve this by keeping track of Regs 32/33 values myself in parallel.
