7 releases (breaking)
0.11.0 | Feb 2, 2023 |
---|---|
0.10.0 | Oct 15, 2022 |
0.9.0 | Feb 2, 2022 |
0.8.0 | Dec 20, 2021 |
0.3.0 | Sep 24, 2021 |
#12 in Emulators
44 downloads per month
11KB
171 lines
Altair 8800 / Teletype Emulator
This is an Altair 8800 / 88-SIO / teletype emulator, written with my 8080 emulator library. The 8080 processor speed is 2.1 Mhz.
To install:
cargo install teletype
or go to the releases section of this github page. (Windows or Apple universal binary)
You can run an Altair binary, for example BASIC 3.2 for which this program has been developed:
teletype 4kbas32.bin
MEMORY SIZE?
TERMINAL WIDTH?
WANT SIN? Y
62166 BYTES FREE
BASIC VERSION 3.2
[4K VERSION]
OK
The escape key opens a menu, from which you can:
- Quit the emulator without having to press CTRL-C
- Load a file from your disk. This "injects" the text of the file into the teletype and is very convenient to load a BASIC program, since BASIC 3.2 does not provide disk operation commands.
Pressing ESC a second time quits the menu.
On this page you will find several basic programs. I personally love seawar4k.bas and lander4k.bas.
Dependencies
~1.6–7MB
~118K SLoC