terminal-simulator
terminal-simulator copied to clipboard
Simulation of VT52 and VT100 terminal hardware.
Hi/Hello, Is Possible To Add AZERTY Keyboard For French User?
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)...
@MikeShawaluk told me this: > How accurate is your emulation? Does it include a “beep” when the BEL (0x07) ASCII code is received. And, most importantly, does the terminal “quack”...
@kidmirage, does this help?
Colors
What colors are a VT100? I removed a panel from a real terminal and tried to match the inside to a Pantone booklet. I get something close to Pantone 2323,...
Reported by @kidmirage, and I have also seen something similar with the [Knight TV](https://github.com/aap/pdp11/tree/master/tvcon) console emulator. (I have only seen this when run on Raspberry Pi, but then I rarely...
Going to collect together cell rendering bugs here. Looking at https://github.com/larsbrinkhoff/terminal-simulator/issues/5#issuecomment-845654823 in particular confirms something, chars should not touch the left side of the inverse cell? This is what it...
I did a short test with RunCPM and the VT100-Terminal Emulation. On the first DIR command the text is shown OK, but gets distorted while the terminal is scrolling :(...