Tarkin <
tark...@gmail.com> wrote:
(snip)
> Noting that older crt-based serial terminals are dying off, I've
> been researching ways to drive NTSC (or PAL...) TVs and
> compatible LCDs (don't laugh, small ones for camera interface
> are around 20USD...) from a micro controller...
(snip)
> I was going back in time, so to speak, to see how this particular
> wheel was carved before...and I ran across references to the
> Motorola 6845 and 6847.
> So...my questions are:
> A) Is the 6845 even feasible as a video signal generator?
> It seems more like a glorified DRAM refresh controller...
Yes. The 6845 is the basis for the MCA and CGA of the original
IBM PC. Yes DRAM refresh is a side result. It was a favorite
side-effect of many on-board video display circuits to also
refresh the DRAM.
Pretty similar to many other video display systems of the time.
You can generate text by sending the bytes to a character ROM
and shift register, or graphics by sending directly to the shift
register.
> B) Can the 6847 be used standalone, without an r/f modulator?
Yes.
> I.E., can one simply tap the Y output for monochrome video, and/or
> Y + ??A + ??B for color (S-Video)?
I believe not. Well, the video clock is a multiple of the NTSC
color subcarrier, so the colors are actually a side effect.
But not quite the same as the CGA, which also worked that way.
In the highest resolution, though, it is monochrome and works
will with a black and white monitor or TV.
The 6847 was the basis for the TRS-80 color computer.
That, and the 6883 along with the 6809 were pretty much used
as designed by Motorola. I believe the 6847 works without the
6883, but I am not completely sure about that.
-- glen