summaryrefslogtreecommitdiff
path: root/README.md
blob: 9feb421364d9a8ccea74e7d564ace97b4138d311 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# apple-c

This project is an Apple I emulator written in C I am writing as a side project to increase my proficiency with C, and become familiar with the basics of CPU's.

My emulator has a handful of specific milestones to achieve that will demonstrate its functionality:

1. Correctly interpret individual MOS 6502 instructions.
2. Run a system monitor program correctly.
3. Successfully run a BASIC program in Wozniak's BASIC interpreter.

There are no plans as of yet to support illegal instructions.

Planned core features for the emulator include:
1. A mode to run an SDL terminal emulator with the original Apple I font.
2. A mode to run within the users terminal.
3. A program to read binary files straight to memory.