mirror of
https://github.com/jscrane/Apple1.git
synced 2026-04-19 09:17:19 +00:00
master
Apple-1 Emulator
Requirements
- 6502 Emulation library
- uC-Makefile
Keyboard
- F1 (^N): reset
- F2 (^O): advance tape
- F3 (^P): rewind tape
- F5 (^R): load program from tape (by simulating typing it)
- F7 (^T): checkpoint machine
- F8 (^U): restore from current checkpoint on tape
- Underscore is rubout
- If using console keyboard (e.g., with
minicom), and see "double-line spacing", switch off "Add linefeed" (minicom:^A Z A)
Languages
C
94.6%
C++
4.6%
Makefile
0.8%