aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ds
AgeCommit message (Collapse)Author
2008-06-03DS: Forgot to commit #include changes in the ds-fs.* files; this allows to ↵Max Horn
get rid of -Isource/fat svn-id: r32520
2008-06-01DS: Removed some duplicate file content (thanks to Qvist for pointing this out)Max Horn
svn-id: r32479
2008-06-01Tweaks to DS makefiles.Robin Watts
1) It wouldn't build at all for me, because source/fat had been missed off the INCLUDES line. 2) Stray whitespace removed (to stop emacs warning on saving) 3) DS_BUILD flag selection reworked slightly. Now do: make all SCUMM_BUILD=x (where x is a,b,c,d,e,f,g) and it'll select that version and build it. If no x is supplied or x is not a-g, then version a will be built. 4) New allbuilds target. In backends/platform/ds, do: make allbuilds and versions A-G are built in turn (version G does not complete currently due to lack of logo g). This uses a 'semiclean' target in each makefile to clean just the files that change between versions. svn-id: r32470
2008-05-31DS: make sure DEPDIR and srcdir are inited, so that *.d files end up in the ↵Max Horn
right spot svn-id: r32437
2008-05-31DS: Fix compilation rule in Makefile to not compile everything twiceMax Horn
svn-id: r32436
2008-05-31DS: Adjust some compiler warningsMax Horn
svn-id: r32434
2008-05-31DS: Removed some pointless -I compiler directivesMax Horn
svn-id: r32433
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: Use DEVKITPRO env var to find DevKitPro files, as the DevKitPro manual ↵Max Horn
suggests; it does not make sense to hardcode Neil's development environment paths by default svn-id: r32431
2008-05-31DS: Fixed a warning; simplified & fixed the way scummvm_main gets invokedMax Horn
svn-id: r32430
2008-05-31DS: registers_alt.h is not neede with current libnds; added a FIXMEMax Horn
svn-id: r32429
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: Rollback of the custom build target rule from .cpp.o to %.o: %.cppBertrand Augereau
svn-id: r32137
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-06Unified BUILD_PLUGINS and DYNAMIC_MODULES in the makefilesJordi Vilalta Prat
svn-id: r31889
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
2008-01-18Removing duplicate content and adding GPL headerMax Horn
svn-id: r30555
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-16Patch #1847599: Several enhancements for the build systemMax Horn
svn-id: r29889
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
2007-12-06Attempted fix for the DS blitters; looks like I was reading from dst andRobin Watts
storing to src. D'Oh. Still untested, but this code is broken anyway (apparently) and is disabled, so I can't really make it any worse... svn-id: r29732
2007-12-05NDS: Disabling the buggy ARM blitters so that the CPU scaler worksBertrand Augereau
svn-id: r29731
2007-12-05NDS: Reporting hi-level opti from Robin in the c++ software scaler ( ↵Bertrand Augereau
a1r5g5b5 swizzling ) svn-id: r29730
2007-12-05NDS : params reordering to match C scaler and ARM oneBertrand Augereau
svn-id: r29728
2007-12-05NDS : The CPU scaler checkbox is back (and can be removed with a #define)Bertrand Augereau
svn-id: r29725
2007-11-22updated backends/platform/ds/arm9/makefile.in to match changes made to ↵Max Horn
backends/platform/ds/arm9/makefile (next time, please modify makefile.in then run tools/update-version.pl) svn-id: r29611
2007-10-13Fixed a huge number of compile errors, moved over features from 0.10.0 branch.Neil Millstone
svn-id: r29203
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-09-18Code formatting fixesMax Horn
svn-id: r28945
2007-08-18Making DS port build againNeil Millstone
svn-id: r28654
2007-07-16Word completion code that uses predictive dictionary ported from branch0-10-0Neil Millstone
svn-id: r28124
2007-07-10This commit adds a new build define USE_ARM_GFX_ASM (and sets it for the WinCERobin Watts
and DS builds). This causes the scumm engines graphics code to call ARM routines to do drawStripToScreen and copy8col. These routines were originally written for the DS port, and have now been made available to any other ARM device out there that wants them. I've tested this change on WinCE, but can't test it on the DS as I don't have one. We know that the routines work there though. svn-id: r28016