Emulating the original Apple II microcomputer on an Arduino Uno microcontroller.
Go to file
misc d0193727e7 Updated contact details 2017-01-22 12:58:48 +10:00
6502tests Updated contact details 2017-01-22 12:58:48 +10:00
APPLEII Updated contact details 2017-01-22 12:58:48 +10:00
LICENSE Initial commit 2015-04-08 15:51:23 +10:00
README.md First Commit 2015-04-08 17:14:01 +10:00

README.md

arduino-appleii

Emulate the Apple II Microcomputer / 6502 on an Arduino Uno. To be used in conjuction with video generation code in my arduino-vga repository.

Currently somewhere between 5 and 8 times slower than real hardware, however the arduino is maybe 16-32x the speed of the original mos6502 CPU. Should be possible to tighten things up and reach realtime.

Feel free to play arround!