An Apple I emulator, written in Rust.
Go to file
baltdev 9622d4510f Adjust CI (final) (1) (1) 2024-04-05 16:36:04 -05:00
.github/workflows Adjust CI (final) (1) (1) 2024-04-05 16:36:04 -05:00
.idea Back up to VCS 2024-04-05 15:58:06 -05:00
src Back up to VCS 2024-04-05 15:58:06 -05:00
.gitignore Back up to VCS 2024-04-05 15:58:06 -05:00
Cargo.lock Add 2024-04-05 16:14:59 -05:00
Cargo.toml Update Cargo.toml 2024-04-05 16:09:42 -05:00
LICENSE Create LICENSE 2024-04-05 16:09:26 -05:00
README.md Create README.md 2024-04-05 16:01:43 -05:00

README.md

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 to emulate the 6502 microprocessor.

See the Apple I manual for details.