Lars Brinkhoff
Lars Brinkhoff
ITS' SALV 9 want to write loaded tape files to the "NLPT" printer, which has device code 464.
The vidissector is a video input device for the AI lab PDP-10. (Actually, there were two or three hardware iterations.) I'd like to implement this with input from a host...
Vector continuation mode behaves strangely near the edge of the display. This is a single vector in continuation mode, from the center of the display out towards the edge. ...
A single left shift ought to be smaller in hardware than an adder. `+` would be defined approximately as: : + begin ?dup while 2dup xor -rot and 2* repeat...
Expand the suite of simulators to cover more hardware. These terminals are under considerations: - [x] VT52 ["almost done"](https://github.com/larsbrinkhoff/terminal-simulator/tree/lars/vt52) - [ ] VT103, LSI-11 inside. - [ ] VT220 -...
It would be good with some reference photos of a VT52.
VT1xx ROMs. Four 2Kx8 make up the main firmware mapped at 0000-1FFF. The character set is another 2K8x, but is not available to the CPU. The "Advanced Video Option" (AVO)...