Hacker News new | ask | show | jobs
by rbanffy 505 days ago
I absolutely love the video chip of the Ataris. The display list approach is nothing short of brilliant, allowing multiple display modes on a single frame.
2 comments

To be fair, that was also possible on some other 8-bit home computers of the time, but required the CPU to get involved (with tricky timing code to write the hardware registers at the right time). The 8-bit Atari's display list coprocessor is basically the daddy of the Amiga's Copper :)
Display lists date back to the antiquity of computer graphics, and Atari obviously knew how to build game machines.

Now we have GPUs which can do all sorts of things, but a graphics coprocessor for an 8-bit machine is a nice addition.