Hacker News new | ask | show | jobs
by gluecode 504 days ago
Same for me, but with an ATARI 800 XL. I had too many POKEs and PEEKs in my BASIC code. Indian customs took 30 days to release this machine in the 80s.
1 comments

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.
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.