Apple II emulator for Nintendo DS
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
LemonBoy d014d615a1 Boost the cpu when doing disk IO 9 years ago
source Boost the cpu when doing disk IO 9 years ago
.gitignore first commit 10 years ago
Makefile Correct and faster hires mode. Added b/w hires mode. Input fixes. 9 years ago
README.md Move README.md to the root/2 10 years ago

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)