TX-2 / TX-2-simulator

Simulator for the pioneering TX-2 computer
https://tx-2.github.io/
MIT License
21 stars 2 forks source link

Implement the input side of the Lincoln Writer #68

Closed jamesyoungman closed 1 year ago

jamesyoungman commented 2 years ago

Unit 66, the Lincoln Writer output, is implemented. But we also need to implement unit 65, the input side.

jamesyoungman commented 1 year ago

PR #105 implements the display of a keyboard in the web simulator, but pressing the keys on it doesn't generate input to the simulated machine yet.