Discussion:
[Simh] MIT PDP-11/45 TK vector display
Lars Brinkhoff
2018-05-14 09:13:46 UTC
Permalink
Hello,

One of the MIT LOGO implementations used to run on a PDP-11/45 with some
number of "TK" vector displays attached. I don't think they had an
official name, but they were made by Tom Knight.

There is a game called Dazzle Dart which uses this display. Here is a
description of the game: http://www.kaleberg.com/dazzle/dazzle.html. I
have source code for the game, and Hal Abelson which is one of the
authors has granted permission to release it.

I'd like to gague if there's any interest in adding support to SIMH for
this display? I don't have time myself, but I'll provide help. At this
point, there's no documentation for the hardware interface; maybe Tom
Knight has something. There's a PDP-10 simulator for the display, so
maybe that can be a source of information.
Lars Brinkhoff
2018-05-14 10:41:47 UTC
Permalink
AI memo 240 describes the registers and the display list instruction
format. See appendix A.

http://bitsavers.org/pdf/mit/ai/aim/AIM-240.pdf
Lars Brinkhoff
2018-05-17 05:00:11 UTC
Permalink
Post by Lars Brinkhoff
There is a game called Dazzle Dart which uses this display. Here is a
description of the game: http://www.kaleberg.com/dazzle/dazzle.html. I
have source code for the game, and Hal Abelson which is one of the
authors has granted permission to release it.
We now also have the source code for the PDP-6/10 version of the game,
thanks to Ken Harrenstien. The PDP-6 version runs standalone, and the
PDP-10 version runs under ITS. It uses the Type 340 display and special
MIT hardware for game control inputs.

Loading...