Mercurial > sdl-ios-xcode
comparison README.NDS @ 3976:8582c6a5ca16 SDL-1.2
Added initial support for Nintendo DS, based on the work by Troy Davis (GPF)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 25 Jun 2007 00:50:20 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
3975:e85e65aec22f | 3976:8582c6a5ca16 |
---|---|
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/ |