You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MIT Logo PDP-11/45 had a "color TV" device. It was much like the Knight TV, except there are four bits per pixel and a color map. Since the Logo 11 Unibus was attached to the AI PDP-10, the 10 could also access the color TV. There are a few ITS applications for it: https://github.com/PDP-10/its/issues?q=label%3A%22color+display%22+%22color+tv%22
My plan would be to implement the device as seen from the 10 side, with no provisions for the 11 side of things. (Maybe in the future, there could be a fully fledged Logo PDP-11.)
The text was updated successfully, but these errors were encountered:
I have now added the PDP-11 Logo TV hardware to SIMH, but not yet the color display configuration. Code in SITS suggests there were only four frame buffers, and that they must be combined to form a color frame buffer.
There is code in 11Logo, Lisp Logo, and KLH's SPIRO to use the color TV. Some hardware registers need to be poked to set up the configuration for a color display.
The MIT Logo PDP-11/45 had a "color TV" device. It was much like the Knight TV, except there are four bits per pixel and a color map. Since the Logo 11 Unibus was attached to the AI PDP-10, the 10 could also access the color TV. There are a few ITS applications for it: https://github.com/PDP-10/its/issues?q=label%3A%22color+display%22+%22color+tv%22
My plan would be to implement the device as seen from the 10 side, with no provisions for the 11 side of things. (Maybe in the future, there could be a fully fledged Logo PDP-11.)
The text was updated successfully, but these errors were encountered: