Create README.md

This commit is contained in:
Balt 2024-04-05 16:01:43 -05:00 committed by GitHub
parent fe62f96006
commit 8ad1320206
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

6
README.md Normal file
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)