aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ds/arm9/source
AgeCommit message (Collapse)Author
2009-01-01Set/unified svn:keywords for all *.h and *.cpp filesMax Horn
svn-id: r35651
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
svn-id: r35648
2008-11-30Fix NDS warning that should really be an error. Returning nothing from a nonRobin Watts
void function should be an error in any sane compiler... svn-id: r35176
2008-11-29Remove warnings from NDS build.Robin Watts
svn-id: r35172
2008-11-24Nintedo DS specific code: Remove function call (strlen) from loop condition.Robin Watts
(Spotted by Fingolfin - Thanks) svn-id: r35163
2008-11-23Eliminate some warnings from NDS specific code.Robin Watts
svn-id: r35157
2008-11-23Remove NDS blitters.s, as it's unused - we now have blitters_arm.s instead.Robin Watts
svn-id: r35156
2008-11-20NDS: Fix link error in non-SCUMM builds by removing some dead & obsolete codeMax Horn
svn-id: r35129
2008-11-20Fix warningsMax Horn
svn-id: r35128
2008-11-15Tweaks to make DS buildable again.Robin Watts
svn-id: r35085
2008-11-15DS: Replaced call to obsolete addButton methodMax Horn
svn-id: r35084
2008-11-06Got rid of OSystem::colorToRGB and RGBToColor; added implementations for ↵Max Horn
OSystem::getOverlayFormat to several ports (pending testing by the porters) svn-id: r34912
2008-10-26DS port: My version of devkitpro complains that various symbols are defined inRobin Watts
a different namespace. The fix is to refer to these symbols using ::. svn-id: r34850
2008-10-26DS port: Declare ARM blitters as being ITCM_CODE, so that we avoid the dreadedRobin Watts
"relocation truncated to fit" error in thumb builds. svn-id: r34849
2008-09-17DS: Removing some dead code; merged (parts of) std_cwd into ↵Max Horn
GBAMPSaveFileManager::listSavefiles svn-id: r34587
2008-09-15DS: Backported 0.12 changes to trunkMax Horn
svn-id: r34568
2008-09-14Big patch changing semantics of ReadStream::eos():Willem Jan Palenstijn
eos() now only returns true _after_ trying to read past the end of the stream. This has a large potential for regressions. Please test! svn-id: r34549
2008-09-14DS: Removed legacy GCC 2.x build code (NDS/DevKitPro uses GCC 3 or newer ↵Max Horn
anyway); thinned down INCLUDES some more; added a FIXME to the elf->bin rule svn-id: r34548
2008-09-14Another NDS compilation fix, plus a warning fixMax Horn
svn-id: r34546
2008-09-13Big patch changing the signature of various Stream methods (some ports may ↵Max Horn
need to be slightly tweaked to fix overloading errors/warnings) svn-id: r34514
2008-08-18Updates to the scummvm blitting code as discussed on the mailing list.Robin Watts
1) Remove DS version of the ARM blitters in favour of the 'normal' ARM one. 2) Update normal ARM blitter to use Carlo's clever algorithm. 3) Update C version with Max Horns patch (slightly tweaked - counting down on loops is better, M'kay). svn-id: r34006
2008-07-10Fixed a few warningsBertrand Augereau
svn-id: r32994
2008-07-09DS: Backend changes for new mixer codeNeil Millstone
svn-id: r32978
2008-06-28Removed obsolete ::clearSoundCallback() codeMax Horn
svn-id: r32826
2008-06-01DS: Removed some duplicate file content (thanks to Qvist for pointing this out)Max Horn
svn-id: r32479
2008-05-31DS: The SpriteEntry::atributes array has only 3 elements; also removed some ↵Max Horn
apparently not needed #includes svn-id: r32432
2008-05-31DS: Fixed a warning; simplified & fixed the way scummvm_main gets invokedMax Horn
svn-id: r32430
2008-05-31Fixing various warnings in the DS portMax Horn
svn-id: r32428
2008-05-24Adding getFileSystemFactory() method in response to mail on scummvm-devel.Neil Millstone
svn-id: r32247
2008-05-15Porting changes from 0.11.0 branchNeil Millstone
svn-id: r32140
2008-05-15NDS: Protection against FastRam (ITCM) allocation failureBertrand Augereau
svn-id: r32136
2008-05-14NDS: Minor code formatting fixesBertrand Augereau
svn-id: r32100
2008-05-14NDS: OSystem::getTimeAndDate is demoted to the port (with the standard Bertrand Augereau
implementation) svn-id: r32099
2008-05-14NDS : Compilation fixesBertrand Augereau
svn-id: r32098
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
svn-id: r31888
2008-03-08Clearing unnecessary execution bitEugene Sandulenko
svn-id: r31071
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
svn-id: r30667
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2007-12-30The PS2, DS and PalmOS ports currently do not properly implement their ↵Max Horn
SaveFileManagers -- flagging the incorrect & invalid code by making it not compile. Note: Portser should probably also fix their code in the 0.11 branch svn-id: r30079
2007-12-28Patch #1857121: Refactoring of the getSavePath methodEugene Sandulenko
svn-id: r30032
2007-12-24ARM version of central ADPCM decoding block for NDS. Define ARM_ADPCM toRobin Watts
enable. Apparently may not be required as this isn't speed critical - but I've written it now, so seems a shame to lose it. svn-id: r29980
2007-12-24New version of palettised screen scaler for DS; uses LDMs and STMs to improveRobin Watts
performance on slow VRAM. svn-id: r29978
2007-12-21Scaler corruption fixes, scaler console fixes, adding Lure target (except it ↵Neil Millstone
doesn't quite work yet), adding function keys to virtual keyboard svn-id: r29944
2007-12-10NDS: Put all blitters ASM functions in ITCM (can't hurt as long as there is ↵Bertrand Augereau
still room) svn-id: r29810
2007-12-10NDS: Integrated Robin's LDRB * 2 -> LDRH + fixes(endianness & stack space) ↵Bertrand Augereau
14ms -> 13ms svn-id: r29809
2007-12-09NDS : Improved scaler profilingBertrand Augereau
svn-id: r29803
2007-12-09NDS : Unrolled the scaler inner loop twice to do 16bits loadingBertrand Augereau
svn-id: r29802
2007-12-09NDS : Integrated write gathering by Robin (+ fix)Bertrand Augereau
svn-id: r29801
2007-12-07NDS: A few cycles saved in the inner loop of the CPU scalerBertrand Augereau
svn-id: r29742
2007-12-06NDS : ASM cpu scalers fixed, USING_ARM_BLITTERS backBertrand Augereau
svn-id: r29740