mirror of
https://github.com/jscrane/Apple1.git
synced 2024-11-25 11:30:57 +00:00
Apple-1 Emulator for Stellarpad, ESP8266 and ESP32
c7db5b18b4
* ps/2 and hardware serial keyboards * docs * remove setjmp * hardware_run * ... |
||
---|---|---|
docs | ||
images | ||
programs | ||
roms | ||
.gitignore | ||
Apple1.ino | ||
config.h | ||
io.cpp | ||
io.h | ||
LICENSE | ||
Makefile | ||
README.md |
Apple-1 Emulator
Requirements
- 6502 Emulation library
- uC-Makefile
Keyboard
- F1 (^N): reset
- F2 (^M): advance tape
- F3 (^O): rewind tape
- F4 (^P): load program from tape (by simulating typing it)
- F6 (^R): checkpoint machine
- F7 (^S): restore from current checkpoint on tape
- F10(^W): watch CPU execute instructions
- Underscore is rubout