PDA

View Full Version : PAlib 090621 - compatible with devkitARM R26 and libnds 1.3.5



wraggster
June 21st, 2009, 01:06
Noobey (http://forum.palib.info/index.php?topic=7048.0) has posted a new version of Palib, heres the release details:


Because the last 'official' PALib version doesn't work with DevKitPro R25 and newer, some users started to make a version that is compatible with never DevkitPro releases.

| PAlib 090621 : Some 'small' changes :) |
----------------------------------------

[Makefiles] I Added two makefiles in the PAlib source so now 'make' works again.
(Only concerns linux user, windows user can just continue to use the .bat file)

[PA_Locate] I put back that function into PA_Stuff.c

[PA_16cPutPixel] It now 'sets' the pixel instread of just making a logical-or (|)
(May be slightly slower, please report back about it, so we can decide about changing it back)

[UserInfo] Fixed Personal Message and Name

[Keyboard] PA_InitCustomKeyboard fixed (It still used the old PAlib-Keyboard structure name)

[PAlib] Removed the Blank array and replaced every DMA_Copy it was used by with DMA_Fill
(What a memory waste, 260000 Bytes just for zeros...)
!!! Because the Blank array was used all over the PAlib sources, it may be that the alternative
!!! solution doesnt work as expected
!!! Mainly affected by this are background Clean & Init functions

[Examples] /Bitmap8-16bit/Fake16bit: replaced '\' with '/' in the #include to gain compatiblity with linux ...

[Examples] /Sprites/Effects/ DrawOnDblsize & DrawOnSprite: replaced Blank with NULL

Download Here (http://rapidshare.com/files/246795392/PAlib090621.7z)