Recently I've wanted to start working on some personal projects in the hope that I can help inspire or teach others. Recently I have been working on an Apple ][ emulator. I started working on the emulator because the Apple ][ was the machne I first started programming on in the early 1980's. Having learned BASIC and some 6502 assembly and having played a ton of games on this machine, I wanted to create the emulator to:
- Provide easy to read and understand code
- Document what I did for others to learn
- Provide a true cross platform emulator
- Do something fun!