aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ds/arm9/source
AgeCommit message (Expand)Author
2010-08-06added DSPlugin and DS Plugin Provider (steps towards using subtypes of DLObject)Tony Puccinelli
2010-07-28abstracted an ELF plugin providerTony Puccinelli
2010-07-28various manual tweaks to get ds port compiling from branch again after earlie...Tony Puccinelli
2010-07-27Continued abstraction of generic ELF-loader, splitting off MIPS-processor spe...Tony Puccinelli
2010-07-24changed ds makefile to use abstracted ELF-loader with ds-specific additions a...Tony Puccinelli
2010-07-23Added linker flags to ensure R_ARM_TARGET1 is treated as R_ARM_ABS32Tony Puccinelli
2010-07-22Added code for relocation R_ARM_TARGET1 (untested)Tony Puccinelli
2010-07-21switched out linker script for plugin linking on ds, added in check for RELA ...Tony Puccinelli
2010-07-20coded for more relocations, added check for RELA type relocations, added comm...Tony Puccinelli
2010-07-16put in initial relocations for R_ARM_ABS32, R_ARM_THM_CALL and R_ARM_V4BXTony Puccinelli
2010-07-14various dsloader fixes, including initializing _symtab_sect to -1 in the headerTony Puccinelli
2010-07-14changed Elf32_Rela to Elf32_RelTony Puccinelli
2010-07-13formatting fix for dsloader.hTony Puccinelli
2010-07-13Changed loader to use Common::SeekableReadStream (compiles but doesn't run an...Tony Puccinelli
2010-07-13Started changing loader to use Common::SeekableReadStreamTony Puccinelli
2010-07-08fixed dependencies/paths/etc. in arm9/makefile to get engine plugins building...Tony Puccinelli
2010-07-07various fixes for ds dynamic pluginsTony Puccinelli
2010-07-03moved plugin linker and elf32 header file to arm9/source and modified ds make...Tony Puccinelli
2010-07-03moved loader to arm9/source and added it to module.mkTony Puccinelli
2010-07-03changed main to use DS plugin provider if dynamic modules are turned onTony Puccinelli
2010-06-05merged trunk into branch and corrected __PS2__ to __PLAYSTATION2__ in a coupl...Tony Puccinelli
2010-05-31DS: Use gScummVMVersion in dsmain.cpp; merge 1.1.1 changes in readme_ds.txtMax Horn
2010-05-29DS: Various fixes to allow the DS port to compile on DevkitARM r30 and libnds...Neil Millstone
2010-04-16DS: Merge changes from 1.1.0 branch into trunkMax Horn
2010-03-20DS: Changing version number on title screenNeil Millstone
2010-03-18Convert some occurences of StringList to StringArray;Max Horn
2010-03-11Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ...Max Horn
2010-03-10Remove last traces of OSystem::getOutputSampleRate()Max Horn
2010-02-26DS: Merging accross changes from branch1-0-0 into trunk.Neil Millstone
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-23Header modifications. Add standard header parts and properties.Arnaud Boutonné
2010-01-20Fixed cppcheck warnings. I usually stay out of backends I can't compile myselfTorbjörn Andersson
2009-10-08Introduce a new struct TimeDate, replacing struct tm in client code. May lead...Max Horn
2009-09-27Backported NDS changes from 1.0.0 branch to trunkMax Horn
2009-09-27Fixed compilation of the NDS port.Andre Heider
2009-09-13Removed unnecessary semi-colons.Torbjörn Andersson
2009-07-30NDS: Changed jtypes.h to ndstypes.h (this 'newer' name has been in effect eve...Max Horn
2009-06-28Changed OSystem::setWindowCaption to expect ISO LATIN 1 encoded input;Max Horn
2009-06-03cleanupMax Horn
2009-05-29Changed SaveFileManager methods to take Common::String params (instead of cha...Max Horn
2009-05-24Also strip trailing whitespaces in C and Objective-C source files. (Seems I f...Johannes Schickel
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-03-20Set svn:keywords on asm filesMax Horn
2009-03-19Merged Neil's NDS changes into trunkMax Horn
2009-03-05Fix for bug #2664460: Various SeekableReadStream::seek() implementations (as ...Max Horn
2009-02-13DS: Removed code from GBAMPSaveFileManager::getSavePath() which was for compa...Max Horn
2009-01-30Moved default implementations for various OSystem methods into a new class Ba...Max Horn
2009-01-23OopsMax Horn
2009-01-23DS: Nothing is supposed to use time(), so don't globally include <time.h> -- ...Max Horn
2009-01-23DS: Apply an old cleanup patch of mine from last AugustMax Horn