Close

Using the Atari TIA (Television Interface Adaptor)

A project log for 8-Bit Portable Internet-Enabled Computer

A portable computer based on the MOS 6502 that aims to enhance security and privacy.

blair-vidakovichBlair Vidakovich 02/07/2019 at 11:480 Comments

This is just a quick blog post to say that I have revised my plan for this project a little.

I have decided to make the computer use 32K or 48K of RAM.

I have found a cheaper 4G cell breakout board than the one that I originally specified.

I have also decided not to go with the Hobbytronics open source serial-to-VGA video driver, and instead use the TIA from the Atari 2600 as the video chip for the computer.

The following is the implementation of the TIA in the Atari 2600, which uses the TIA to generate a composite output, which is then combined into an RF signal.

And I will draw up schematics showing how I will change this circuit to display composite video and monoaural audio.

The TIA is a very versatile device which is capable of 128 colours in NTSC video, with one colour per scanline. With special coding, it is possible to draw up to 36 columns of text.

See THIS[1] forum post and THIS[2] blog post for more details.

This is an example of the text display. This is 36 columns. I think it is possible to go further.

And another example of text display on the TIA. This is 24 columns:

Both the TIA and VIC chips are available for cheap online as new parts, and also in broken machines, so I think this is a good idea.

I may experiment with the VIC from the VIC-20, to see which chip I like best.

The TIA is also capable of fantastic 8-bit graphics.

Discussions