mirror of
https://github.com/jscrane/Apple1.git
synced 2024-11-21 14:32:46 +00:00
Apple-1 Emulator for Stellarpad, ESP8266 and ESP32
data | ||
docs | ||
images | ||
roms | ||
.gitignore | ||
Apple1.ino | ||
config.h | ||
disp.h | ||
io.cpp | ||
io.h | ||
LICENSE | ||
Makefile | ||
README.md | ||
screen_disp.cpp | ||
screen_disp.h | ||
terminal_disp.cpp | ||
terminal_disp.h |
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
- F10(^W): watch CPU execute instructions
- Underscore is rubout