TheByteAttic / CERBERUS2100

The amazing multi-processor 8-bit microcomputer, featuring Z80, 6502 and AVR processors. Built with CPLDs, CERBERUS 2100™ is fully programmable even with respect to its hardware, at the individual gate and flip-flop level.
MIT License
75 stars 13 forks source link

Add Conway's game of life #6

Closed lennart-benschop closed 11 months ago

lennart-benschop commented 11 months ago

I added two Conway's Game of Life programs to it. One that's identical to the one for Agon, without the colour commands. It takes 45s for each generation on Cerberus. The other one, life_2.bbc has some assembly code inside and a very interesting speed increase.