1 The SDL port to the Nintendo DS 2 3 This port uses the devKitPro toolchain, available from: 4 http://www.devkitpro.org 5 6 Precompiled tools for cross-compiling on Linux are available from: 7 http://www.libsdl.org/extras/nds/devkitPro-20070503-linux.tar.gz 8 9 todo: 10 add ds console specific features/optimizations 11 mouse/keyboard support 12 dual screen support 13 14 build with: 15 cp include/SDL_config_nds.h include/SDL_config.h 16 make -f Makefile.ds 17 18 included is an arm9/arm7 template to allow for sound streaming support. 19 20 Enjoy, fix the source and share :) 21 Troy Davis(GPF) 22 http://gpf.dcemu.co.uk/ 23