From ad27d5ef8f6e0bb2cef3e44395540dc5c4e3a19f Mon Sep 17 00:00:00 2001 From: LemonBoy Date: Sun, 13 Oct 2013 18:33:03 +0000 Subject: [PATCH] Move README.md to the root --- source/README.md | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 source/README.md diff --git a/source/README.md b/source/README.md deleted file mode 100644 index 77e7611..0000000 --- a/source/README.md +++ /dev/null @@ -1,24 +0,0 @@ -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)