This is a classic Plasma Effect Demo for Zeal 8-bit computer. It was ported over from a demo for the C64.
This repo contains an implementation in both C and Z80 ASM
For Z80 ASM Demo
make
For C Demo
make -f sdcc.mk
By default, the Makefile.sdcc calls clean
, to build both you can use
make -f sdcc.mk && make
Original Commodore 64 code obtained from this video by Commodoreretro-programming on YouTube.