#54675 - wintermute - Wed Sep 21, 2005 3:25 pm
catching up on some updates
http://www.devkitpro.org/
libnds updates.
libgba updates
NDS example code.
devkitPro Updater 1.0.9
devkitARM updates.
http://www.devkitpro.org/
libnds updates.
- Added glOrtho functions.
- Started preparing headers for doxygen documentation.
- The fdiv64 and mod64 accelerator functions have been corrected to use the correct values.
- The CARD_CR1 register define has been fixed and the cardReadEeprom function updated, it should now work properly.
- An interworking aware interrupt dispatcher has now been added which includes nested interrupt support. The irqInit function installs this dispatcher and all user code should use the accessor functions provided in nds/interrupts.h
- The console printing functions have been removed and replaced with stdio hooks, including basic ansi escape sequences. Examples of their use have been provided.
- Touch code has been tidied and stabilised slightly. There is still some work to do on this.
- Added image24to16(sImage* img)
- The setGenericSound function has been added to nds/arm9/sound.h , the PlaySound function has been fixed.
- Some register definitions have been renamed, where possible the wrapper functions provided should be used in preference to direct hardware access.
libgba updates
- The prototype syscalls have been moved to newlib and are no longer part of libgba.
- Stdio printing support has been implemented, including basic ansi sequences. Examples are provided.
- Default interrupt dispatcher rewritten to allow nested interrupts.
- Some other general tidying and bugfixing.
NDS example code.
- Added glOrtho example.
- Corrected examples using ansi escape sequences.
devkitPro Updater 1.0.9
- Now updates version number in add/remove programs.
- Adds Gamecube example code.
- Updated libnds.
- Updated NDS example code.
devkitARM updates.
- Improved patch to newlib to aid stdio support.
- Ndstool embedded loader fixed and embedded default arm7 core updated.
- Gbfs now closes input files it's finished with which should remove the limit on the number of files.