Crates.io | teletype |
lib.rs | teletype |
version | 0.16.0 |
source | src |
created_at | 2021-09-24 13:43:03.816717 |
updated_at | 2024-09-27 16:28:02.431127 |
description | Altair 8800 / teletype emulator (via 88-SIO board) for my 8080 emulator |
homepage | |
repository | https://github.com/nicolasbauw/teletype |
max_upload_size | |
id | 455854 |
size | 29,710 |
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
You can configure the ROM file and the amount of RAM you want in the config file: ~/.config/teletype/config.toml
Example for Microsoft Basic 3.2:
[memory]
rom = "/Users/nicolasb/4kbas32.bin"
ram = 0xFFFF
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:
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.