mirror of
https://github.com/jscrane/Apple1.git
synced 2024-12-22 03:30:09 +00:00
c7db5b18b4
* ps/2 and hardware serial keyboards * docs * remove setjmp * hardware_run * ...
23 lines
720 B
Markdown
23 lines
720 B
Markdown
Apple-1 Emulator
|
|
================
|
|
- Emulates an Apple-1 with up to 52k of RAM
|
|
- See [napple1](https://github.com/nobuh/napple1),
|
|
[krusader](http://school.anhb.uwa.edu.au/personalpages/kwessen/apple1/Krusader.htm)
|
|
and more [software](http://www.willegal.net/appleii/apple1-software.htm)
|
|
|
|
Requirements
|
|
------------
|
|
- [6502 Emulation](https://github.com/jscrane/r65emu) library
|
|
- [uC-Makefile](https://github.com/jscrane/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
|