TinyFPGA BX implementation of Atari 2600 for the FPGC LCD games console
This implementation runs on the TinyFPGA BX Field Programmable Games Console.
See the discussion on the TinyFPGA Forum.
To build a bit stream for an Atari 2600 game and upload it, do
git clone https://github.com/lawrie/atari_2600
cd atari_2600
./asm pong
make
You will need a Linux system with the TinyFPGA tools installed as described in the TinyFPGA BX User Guide.