aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ds/arm9/source
AgeCommit message (Expand)Author
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2007-12-30The PS2, DS and PalmOS ports currently do not properly implement their SaveFi...Max Horn
2007-12-28Patch #1857121: Refactoring of the getSavePath methodEugene Sandulenko
2007-12-24ARM version of central ADPCM decoding block for NDS. Define ARM_ADPCM toRobin Watts
2007-12-24New version of palettised screen scaler for DS; uses LDMs and STMs to improveRobin Watts
2007-12-21Scaler corruption fixes, scaler console fixes, adding Lure target (except it ...Neil Millstone
2007-12-10NDS: Put all blitters ASM functions in ITCM (can't hurt as long as there is s...Bertrand Augereau
2007-12-10NDS: Integrated Robin's LDRB * 2 -> LDRH + fixes(endianness & stack space) 14...Bertrand Augereau
2007-12-09NDS : Improved scaler profilingBertrand Augereau
2007-12-09NDS : Unrolled the scaler inner loop twice to do 16bits loadingBertrand Augereau
2007-12-09NDS : Integrated write gathering by Robin (+ fix)Bertrand Augereau
2007-12-07NDS: A few cycles saved in the inner loop of the CPU scalerBertrand Augereau
2007-12-06NDS : ASM cpu scalers fixed, USING_ARM_BLITTERS backBertrand Augereau
2007-12-06Attempted fix for the DS blitters; looks like I was reading from dst andRobin Watts
2007-12-05NDS: Disabling the buggy ARM blitters so that the CPU scaler worksBertrand Augereau
2007-12-05NDS: Reporting hi-level opti from Robin in the c++ software scaler ( a1r5g5b5...Bertrand Augereau
2007-12-05NDS : params reordering to match C scaler and ARM oneBertrand Augereau
2007-12-05NDS : The CPU scaler checkbox is back (and can be removed with a #define)Bertrand Augereau
2007-10-13Fixed a huge number of compile errors, moved over features from 0.10.0 branch.Neil Millstone
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-18Code formatting fixesMax Horn
2007-08-18Making DS port build againNeil Millstone
2007-07-16Word completion code that uses predictive dictionary ported from branch0-10-0Neil Millstone
2007-06-30Adding mistakenly deleted fileNeil Millstone
2007-06-30Just a testNeil Millstone
2007-06-30- Show mouse cursor optionNeil Millstone
2007-06-30typoMax Horn
2007-06-22Produce 'correct' keycode/ascii values for function keysMax Horn
2007-06-22Cleaning up after myself (I blame it on, err, uhh... the Vogons?)Max Horn
2007-06-22Added Common::KEYCODE_INALIDMax Horn
2007-06-22Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* constants...Max Horn
2007-06-19Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All c...Max Horn
2007-06-18Added FIXME to dsmain.cpp about it not using SCUMMVM_VERSION (thus adding one...Max Horn
2007-06-18NDS : Suppressed unneccessary complications regarding the backbuffer when CPU...Bertrand Augereau
2007-06-17NDS: setKeyboardEnable shouldn't overrun VRAM anymore when CPU scaler is onBertrand Augereau
2007-06-17NDS: Compile fixesBertrand Augereau
2007-06-15DS :Bertrand Augereau
2007-06-12NDS : Attempt to not buffer overrun VRAM when doing saveGameBackBuffer/restor...Bertrand Augereau
2007-06-07NDS : Attempt to not buffer overrun VRAM when doing saveGameBackBuffer/restor...Bertrand Augereau
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-16NDS : Compile fixBertrand Augereau
2007-04-16NDS : Potentially faster, less precise, CPU-scaler pluggedBertrand Augereau
2007-04-16NDS : #define to experiment with a faster, less precise, CPU-scalerBertrand Augereau
2007-04-16NDS : Trunk fix for latest libndsBertrand Augereau
2007-04-06Updating DS port for changes in main codebase. Code changes for DevkitArm r2...Neil Millstone
2007-03-18Some fixes to cope with the move of the event code from OSystem to CommonMax Horn
2007-03-18adding key scanning functions compatible with ScummVM's IPCNeil Millstone
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
2007-03-08Removed MAX_FILENAME_LENGTH workaround (using enum's instead of #defines mean...Max Horn
2007-03-08Removed redundant code from gba_nds_fat.h (for some bizarre reason, the data ...Max Horn