aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ds
AgeCommit message (Expand)Author
2007-07-10This commit adds a new build define USE_ARM_GFX_ASM (and sets it for the WinCERobin Watts
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 backends/platform/ds/arm9/makefile(.in) to tools/update-version.plMax 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
2007-02-21Change an include to remove requirement of libfatNeil Millstone
2007-02-21Change an include to remove requirement of libfatNeil Millstone
2007-02-18NDS : The scaler profiling renders a white line (1 pixel / 1 ms)Bertrand Augereau
2007-02-18NDS : CPU scaler twiddling backupBertrand Augereau
2007-02-18NDS : CPU scaler performance experimentBertrand Augereau
2007-02-18NDS : Compile fix (savegames-related)Bertrand Augereau
2007-02-17Get rid of Common::SaveFileMax Horn
2007-02-15Changes made for 0.9.1a beta2 release backported to trunkNeil Millstone
2007-02-13NDS : Added the cpu scaler option in dsoptions (even seem to work dynamically...Bertrand Augereau
2007-01-20Ported changes from branch-0-9-0 to fix grabRawScreen(), and palette corruption.Neil Millstone
2007-01-19Adding libcartreset, fixing CD audio bug, adding DLDI support (defined out al...Neil Millstone
2007-01-19Changed to ARM7 for libcartresetNeil Millstone
2007-01-19Adding libcartreset to ARM7 binaryNeil Millstone
2006-12-09NDS : Scaler cleaningBertrand Augereau
2006-12-09NDS : Scaler cleaningBertrand Augereau
2006-12-09NDS : Scaler optimization 43 -> 33 msBertrand Augereau
2006-12-09NDS : More blitters stuffBertrand Augereau
2006-12-07NDS : Micro-optimizations for the software blitter (table lookup for div by 5...Bertrand Augereau
2006-12-06NDS : Micro-optimizations for the software blitterBertrand Augereau
2006-12-06NDS : CPU scaler profiling (currently 50ms ouch)Bertrand Augereau
2006-12-03NDS : Micro-optimizations for the software blitterBertrand Augereau