I see the sync chip has H and V sync outputs, and TTL video is otherwise pretty similar to NTSC… so how difficult would it be to use the video experimenter to drive a TTL 15 kHz monitor?
The monitor I have is 15 kHz horizontal scan rate so I guess that’s basically the CGA standard, only in monochrome (640×200). I think that’s also NTSC in non-interlaced mode.
It describes the LM1881N plus a few log gates to get a true hsync. With that I should be able to drive my TTL monitor using a composite video signal.
I have a teensy++ 2.0 which has 8k RAM. Timing issues aside, that ought to be good for at least 256×192. That will allow for a 40×24 line display, assuming 5×7 characters with 1 pixel spacing between them.