Create README.md

This commit is contained in:
Balt
2024-04-05 16:01:43 -05:00
committed by GitHub
parent fe62f96006
commit 8ad1320206
+6
View File
@@ -0,0 +1,6 @@
# Apple I Emulator
This is a simple Apple I emulator. You can find a built binary in the Releases section on the right.
This project uses [r6502](https://github.com/balt-dev/r6502) to emulate the 6502 microprocessor.
[See the Apple I manual for details.](https://ia601903.us.archive.org/17/items/Apple1Manual1976/Apple1Manual1976.pdf)