5-11under, on Mon Mar 29, 2010 10:18 AM, said:
This is the way of the future, I believe, especially if you consider digital outputs such as DVI.
First of all, I must say that I'm not too clear on how the 5200 derives colour. If it's similar to the way the 2600 does, then I'm still not too clear on how the three(?) chroma outputs work together - are they all analog, or is just the luma that is analog, while the chroma are digital at the source? I'm guessing it would be best, if possible, to digitize (or deal with) each of the four (if I've got the number right) signals individually. I think the challenge (at least one of them, anyway) will be to digitize these signals as accurately as possible, especially given the wide range of colours available on the Atari consoles.
Best of luck in your project!
5-11under
If its anything like the 2600 and 7800 then it has a 4bit luma signal and a already analog chroma signal that is just 1 signal. I think a 8bit ADC should be enough but I can always use a 10bit it is needed. Chroma comes out as a single signal out of the GTIA. I will probably just use 10 bit. A 8bit would be easier to program and it will give 256 colors (ideally) and as I understand the GTIA can produce 256 different colors. However I think that is cutting it a bit close.
Luma and sync will be able to be connected to the MC without and needed parts as they are digital already. I have been looking at datasheets for ADC video ICs and Ti makes a few that could possibly work (for around $6). The Propeller chip is about $8. Would need a couple caps and resistors so its looking at to be roughly the same price point as the current 2600 and 7800 mods.
This mod should work on Atari 400/800 as I think they use similar setups (digital luma, analog chroma).
The Propeller looks like it can even output digital RGB if you really wanted it to so it can be easily converted to what ever you wanted (HDMI?).
Now this signal will not look better then S-video will but even S-video is beginning to be phased out of HDTVs.
But yes the process that is the most critical is the ADC step for the color. That has to be on target.