Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KA10: Color TV #263

Open
larsbrinkhoff opened this issue Oct 13, 2021 · 1 comment
Open

KA10: Color TV #263

larsbrinkhoff opened this issue Oct 13, 2021 · 1 comment

Comments

@larsbrinkhoff
Copy link
Contributor

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.)

@larsbrinkhoff
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant