From 8ad132020613d1e7caa05c08d0c0374214773a0b Mon Sep 17 00:00:00 2001 From: Balt <59123926+balt-dev@users.noreply.github.com> Date: Fri, 5 Apr 2024 16:01:43 -0500 Subject: [PATCH] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..28362f5 --- /dev/null +++ b/README.md @@ -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)