There have been a couple of emulations of the TEC-1 over the years. I wondered whether a good enough one could be written in JavaScript and run directly in a browser. It turns out that, yes, it most certainly can. You can see the result of my experimentation, a live working version of the TEC-1 running right here
This is a complete rewrite of the the Wicked Emulator. It's now written in React.
- Install nodeJS from https://nodejs.org/en/download/
- run
npm install
- run
npm start
- Navigate your browser to http://localhost:1334