AliceLR 9c675e37cc Silence spurious NDS ram.c warnings 5 anos atrás
..
arm7 7a7c1f0256 Fix NDS touch screen/keyboard issues 5 anos atrás
CONFIG.NDS 6b32bbb8c7 Add stdio redirection support, enable for console ports 5 anos atrás
Makefile 3dd7f6338d fix Nintendo DS port 7 anos atrás
Makefile.in a4c19d7bdb Update Makefiles and platform matrix for devkitARM r51 5 anos atrás
README ebf5f295fe Update nds, psp and wii ports. 11 anos atrás
dlmalloc.c 2767574d05 dsmzx2 import with some minor changes. 15 anos atrás
dlmalloc.h 2767574d05 dsmzx2 import with some minor changes. 15 anos atrás
event.c b2ef1987e8 Add generic context-sensitive joystick actions (#157) 5 anos atrás
evq.c 568aab1e7e Fix broken includes for NDS 6 anos atrás
evq.h 568aab1e7e Fix broken includes for NDS 6 anos atrás
exception.c 9a3bb98262 Fixed more NDS warnings 7 anos atrás
exception.h bd4b9b0f6e Tidy up and complete the DS port merge. 15 anos atrás
extmem.c 568aab1e7e Fix broken includes for NDS 6 anos atrás
icon.bmp 0da89bd886 Fixes from poor SVN->git conversion. 15 anos atrás
malloc_opts.h bd4b9b0f6e Tidy up and complete the DS port merge. 15 anos atrás
pad.config b2ef1987e8 Add generic context-sensitive joystick actions (#157) 5 anos atrás
platform.c a18a2cd17d Replace all instances of 'bool' with 'boolean' 6 anos atrás
ram.c 9c675e37cc Silence spurious NDS ram.c warnings 5 anos atrás
ram.h 2767574d05 dsmzx2 import with some minor changes. 15 anos atrás
render.c a18a2cd17d Replace all instances of 'bool' with 'boolean' 6 anos atrás
render.h a18a2cd17d Replace all instances of 'bool' with 'boolean' 6 anos atrás

README

PREPARATION

You need to extract the following additional libraries here:

- ndsScreens (source packaged with MZX)

If you can't find the require versions online, or can't build them, you
can use the prebuilts available from:

scripts/deps/nds.zip

You need to build or install the devkitARM toolchain.

CONFIGURING

See CONFIG.NDS for an optimal `config.sh' configure line. You need
to ensure DEVKITPRO and DEVKITARM are both defined and valid.

BUILDING

For the moment, you need to build with:

make package

This will emit a "mzxgit.nds" which you should know how to launch.

PACKAGING THE BUILD

You can then use the usual "make archive" to build a
build/dist/nds/mzxgit-nds.zip file for distribution.

--ajs