Lars Brinkhoff

Results 398 issues of Lars Brinkhoff

ITS' SALV 9 want to write loaded tape files to the "NLPT" printer, which has device code 464.

enhancement

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

question

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. ![vector](https://user-images.githubusercontent.com/775050/50040452-d9e54180-0043-11e9-9f87-82ce0b242447.png)...

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