├── JSZip.js ├── Programs ├── ARTILLERY.txt ├── BENCHMARKS.txt ├── CHECKSUM.txt ├── CLOCK2.txt ├── CONTROL.txt ├── DAVE1.txt ├── DETERMINANT.txt ├── GUMOWSKI.txt ├── HIDDENLINE.txt ├── LIFE.txt ├── LINES.txt ├── LUNAR_LANDER.txt ├── PRINTPI.txt ├── PRINTPI5.txt ├── RAMTEST.txt ├── ROMTEST.txt ├── SERIALxfer.txt ├── STARTREK.txt ├── SYSPTRS.txt ├── StarTrek-UDKrequired.txt ├── StarTrekGraphics4050.BAS ├── TEKFAN.txt ├── TICTAC.txt ├── UDKTEST.txt ├── VIPER.txt ├── Y-PLOT.txt └── origLIFE.txt ├── README.md ├── README.txt ├── Releases.md ├── RomExp.js ├── Storage.js ├── TEKTRONIX4051.js ├── Tek4051Rom.js ├── TekDisplay.js ├── TekKeyboard.js ├── beep.mp3 ├── click.mp3 ├── experimental ├── JonStanley-Mod-GPIB-04.zip ├── JonStanley-Mod-Storage-Class-GPIB-20240417.zip ├── JonStanley-Mod-Storage-Class-GPIB-20240421.zip ├── JonStanley-Mod-Storage-Pix-20240426.zip └── JonStanley-Mod-Storage-Pix-20240427.zip ├── index.html ├── jsTEKTRONIX4051.html ├── jsTEKTRONIX4051_universal.html ├── mc6800.js └── styleSheet.css /JSZip.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/JSZip.js -------------------------------------------------------------------------------- /Programs/ARTILLERY.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/Programs/ARTILLERY.txt -------------------------------------------------------------------------------- /Programs/BENCHMARKS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/Programs/BENCHMARKS.txt -------------------------------------------------------------------------------- /Programs/CHECKSUM.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/Programs/CHECKSUM.txt -------------------------------------------------------------------------------- /Programs/CLOCK2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/Programs/CLOCK2.txt -------------------------------------------------------------------------------- /Programs/CONTROL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/Programs/CONTROL.txt -------------------------------------------------------------------------------- /Programs/DAVE1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/Programs/DAVE1.txt -------------------------------------------------------------------------------- /Programs/DETERMINANT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/Programs/DETERMINANT.txt -------------------------------------------------------------------------------- /Programs/GUMOWSKI.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/Programs/GUMOWSKI.txt -------------------------------------------------------------------------------- /Programs/HIDDENLINE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/Programs/HIDDENLINE.txt -------------------------------------------------------------------------------- /Programs/LIFE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/Programs/LIFE.txt -------------------------------------------------------------------------------- /Programs/LINES.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/Programs/LINES.txt -------------------------------------------------------------------------------- /Programs/LUNAR_LANDER.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/Programs/LUNAR_LANDER.txt -------------------------------------------------------------------------------- /Programs/PRINTPI.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/Programs/PRINTPI.txt -------------------------------------------------------------------------------- /Programs/PRINTPI5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/Programs/PRINTPI5.txt -------------------------------------------------------------------------------- /Programs/RAMTEST.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/Programs/RAMTEST.txt -------------------------------------------------------------------------------- /Programs/ROMTEST.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/Programs/ROMTEST.txt -------------------------------------------------------------------------------- /Programs/SERIALxfer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/Programs/SERIALxfer.txt -------------------------------------------------------------------------------- /Programs/STARTREK.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/Programs/STARTREK.txt -------------------------------------------------------------------------------- /Programs/SYSPTRS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/Programs/SYSPTRS.txt -------------------------------------------------------------------------------- /Programs/StarTrek-UDKrequired.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/Programs/StarTrek-UDKrequired.txt -------------------------------------------------------------------------------- /Programs/StarTrekGraphics4050.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/Programs/StarTrekGraphics4050.BAS -------------------------------------------------------------------------------- /Programs/TEKFAN.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/Programs/TEKFAN.txt -------------------------------------------------------------------------------- /Programs/TICTAC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/Programs/TICTAC.txt -------------------------------------------------------------------------------- /Programs/UDKTEST.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/Programs/UDKTEST.txt -------------------------------------------------------------------------------- /Programs/VIPER.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/Programs/VIPER.txt -------------------------------------------------------------------------------- /Programs/Y-PLOT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/Programs/Y-PLOT.txt -------------------------------------------------------------------------------- /Programs/origLIFE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/Programs/origLIFE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/README.md -------------------------------------------------------------------------------- /README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/README.txt -------------------------------------------------------------------------------- /Releases.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/Releases.md -------------------------------------------------------------------------------- /RomExp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/RomExp.js -------------------------------------------------------------------------------- /Storage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/Storage.js -------------------------------------------------------------------------------- /TEKTRONIX4051.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/TEKTRONIX4051.js -------------------------------------------------------------------------------- /Tek4051Rom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/Tek4051Rom.js -------------------------------------------------------------------------------- /TekDisplay.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/TekDisplay.js -------------------------------------------------------------------------------- /TekKeyboard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/TekKeyboard.js -------------------------------------------------------------------------------- /beep.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/beep.mp3 -------------------------------------------------------------------------------- /click.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/click.mp3 -------------------------------------------------------------------------------- /experimental/JonStanley-Mod-GPIB-04.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/experimental/JonStanley-Mod-GPIB-04.zip -------------------------------------------------------------------------------- /experimental/JonStanley-Mod-Storage-Class-GPIB-20240417.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/experimental/JonStanley-Mod-Storage-Class-GPIB-20240417.zip -------------------------------------------------------------------------------- /experimental/JonStanley-Mod-Storage-Class-GPIB-20240421.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/experimental/JonStanley-Mod-Storage-Class-GPIB-20240421.zip -------------------------------------------------------------------------------- /experimental/JonStanley-Mod-Storage-Pix-20240426.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/experimental/JonStanley-Mod-Storage-Pix-20240426.zip -------------------------------------------------------------------------------- /experimental/JonStanley-Mod-Storage-Pix-20240427.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/experimental/JonStanley-Mod-Storage-Pix-20240427.zip -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/index.html -------------------------------------------------------------------------------- /jsTEKTRONIX4051.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/jsTEKTRONIX4051.html -------------------------------------------------------------------------------- /jsTEKTRONIX4051_universal.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/jsTEKTRONIX4051_universal.html -------------------------------------------------------------------------------- /mc6800.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/mc6800.js -------------------------------------------------------------------------------- /styleSheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Twilight-Logic/Tek405xEmulator/HEAD/styleSheet.css --------------------------------------------------------------------------------