summaryrefslogtreecommitdiff
path: root/packages/libndsfpc
Commit message (Collapse)AuthorAgeFilesLines
* * Updated to libnds 1.5.0 (added dynamic texture allocation)Legolas2011-02-15104-73905/+5191
| | | | | | | | | * Updated Paletted Cube example to use new dynamic textures * Regenerated makefiles + Added filesystem example git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16920 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Updated libndsfpc to 1.4.10:Legolas2011-02-0580-2343/+6170
| | | | | | | | | | | | + Added support for Tetris paddle, Guitar Hero grip and easy piano controller + Added sdmmc support for reading DSi internal SD card + i2c communication functions for DSi + Added some time handling related examples * Improved timing functions * Some small bug fixes and improvements, both in library and examples - Removed unused SVN macros from header and license infos to save space :) git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16879 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Updated nds to devkitARM r32 and libnds 1.4.8Legolas2010-10-3125-286/+331
| | | | | | * Fixed nds rtl for ARGV and Exit to menu protocol git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16273 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Fixed spell error revealed by lintian.mazen2010-10-061-1/+1
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16094 3ad0048d-3df7-0310-abae-a5850022a9f2
* + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 andjonas2010-09-2985-430/+7166
| | | | | | | | | | | | | | | later: the same as i386/darwin, except a) uses the non-fragile Objective-C ABI/runtime b) does not require stubs for direct calls/jumps (not required for i386/darwin under 10.6 and later either, but still generated there for backwards compatibility) c) only the same packages are enabled as for ARM/Darwin d) MacOSAll is compiled specifically for the iPhoneSimulator SDK This target also defines the symbol "darwin" apart from the target name "iphonesim" for source code compatibility reasons. git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16065 3ad0048d-3df7-0310-abae-a5850022a9f2
* * libndsfpc updated to 1.4.3Legolas2010-05-187-39/+979
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15291 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Updated NDS and GBA to devkitARM r28Legolas2010-03-0213-69/+151
| | | | | | | | * Updated libnds to 1.4.1 * Fixed NDS rtl according with last string handling changes * Fixed nds audio examples git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@14967 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Updated to devkitARM r27 and libnds 1.4.0Legolas2009-12-0611-1998/+52
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@14344 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Enabled -Xm switch for NDS and GBA and switched from abi_default to abi_eabiLegolas2009-09-061-0/+1
| | | | | | * Fixed NDS libfat linking git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@13664 3ad0048d-3df7-0310-abae-a5850022a9f2
* * NDS: updated the rtl, libnds and fixed the examples. Now it should work ↵Legolas2009-08-2366-475/+331
| | | | | | | | fine with devkitARM r26 - Removed (again) old libgba examples git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@13585 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Makefiles version 2.5.1jonas2009-08-132-2/+2
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@13533 3ad0048d-3df7-0310-abae-a5850022a9f2
* * regenerated using latest fpcmakejonas2009-08-0285-425/+71164
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@13487 3ad0048d-3df7-0310-abae-a5850022a9f2
* * updated nds/gba linker scripts and reverted some changes for 2.2.4a releaseLegolas2009-05-31421-7441/+165202
| | | | | | | | - Removed unused/outdated stuff from libndsfpc + Added new examples for libndsfpc + Added working (I hope so...) makefile.fpc for all libndsfpc/libgbafpc examples git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@13217 3ad0048d-3df7-0310-abae-a5850022a9f2
* * regened makefiles to propagate makefile versionsmarco2008-10-221-2/+6
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11947 3ad0048d-3df7-0310-abae-a5850022a9f2
* * updated all makefile.fpc versions to 2.2.2 for fppkg compat.marco2008-10-221-1/+1
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11945 3ad0048d-3df7-0310-abae-a5850022a9f2
* * reset version to latest release: 2.2.2-0peter2008-10-171-1/+1
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11907 3ad0048d-3df7-0310-abae-a5850022a9f2
* * regenerated with changes in r11233jonas2008-06-151-8/+9
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11234 3ad0048d-3df7-0310-abae-a5850022a9f2
* * regenerated for i386-Haiku and darwin cross compilation changesjonas2008-05-241-5/+72
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11073 3ad0048d-3df7-0310-abae-a5850022a9f2
* * ARM9 detection routine does not generate errors anymoreLegolas2008-03-236-55/+257
| | | | | | | | | | | * Updated libmikmod * libnds related changes: * Fixed sound core * Improved interrupt handling - Removed unused code git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@10542 3ad0048d-3df7-0310-abae-a5850022a9f2
* * libndsfpc movedmarco2008-01-27149-0/+16298
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@10038 3ad0048d-3df7-0310-abae-a5850022a9f2