Apple II emulator for Nintendo DS
Go to file
LemonBoy d37d6f0bcf 65C02 opcodes. The cpu core passes nearly all the tests (fuck you decimal mode). Minor fixes here and there. Lo-res fixes and stuff. 2014-04-27 23:00:11 +02:00
source 65C02 opcodes. The cpu core passes nearly all the tests (fuck you decimal mode). Minor fixes here and there. Lo-res fixes and stuff. 2014-04-27 23:00:11 +02:00
.gitignore first commit 2013-10-13 18:31:57 +00:00
Makefile first commit 2013-10-13 18:31:57 +00:00
README.md Move README.md to the root/2 2013-10-13 18:33:38 +00:00

README.md

grape

An Apple II emulator for Nintendo DS, powered by devkitPRO, libnds and lots of sweat. This is how I spent most of my summer nights when I couldn't sleep because of the heat, debugging the asm core and reading the Apple II manuals.

What is emulated

  • Apple II/II+
  • Language card
  • 5.25 floppy disk
  • Speaker

Notes

Consider it as a WIP, it lacks some stuff like configurable keymaps and extensive testing. The video generation takes ~50% of the CPU time and would definitely benefit from optimization, beside the fact that it doesn't emulate color bleeding. When playing games that make extensive use of disk IO disable vblank to make it load faster (eg. Karateka and Pacman)