aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ps2
AgeCommit message (Collapse)Author
2010-07-27Continued abstraction of generic ELF-loader, splitting off MIPS-processor ↵Tony Puccinelli
specific things into their own files and testing on the PS2 svn-id: r51345
2010-07-15added necessary #includes to loaderTony Puccinelli
svn-id: r50910
2010-07-15Fixed function prototype typosTony Puccinelli
svn-id: r50909
2010-07-15restructured ps2loader to use Common::SeekableReadStream instead of a file ↵Tony Puccinelli
descriptor svn-id: r50903
2010-06-22fixed errors in linker scripts that were preventing GP-relative section for ↵Tony Puccinelli
small data from working correctly svn-id: r50138
2010-06-21fixed dependency typoTony Puccinelli
svn-id: r50105
2010-06-14changed which modified linker to use for plugin.ld as loading from USB-drive ↵Tony Puccinelli
seemed to break after last commit. Also added some comments to the linkers. svn-id: r49676
2010-06-13changed DBG to printf instead of sioprintfTony Puccinelli
svn-id: r49626
2010-06-13loadable modules working for ps2Tony Puccinelli
svn-id: r49617
2010-06-11changed DBG to use sioprintf but temporarily commented out those statementsTony Puccinelli
svn-id: r49588
2010-06-09added tentative GDB flag to Makefile, changed calls to psp-functions to ↵Tony Puccinelli
equivalent ps2-functions in ps2loader, minor rearrangement of code in systemps2 svn-id: r49530
2010-06-07rearranged Makefile for clarity and added commentsTony Puccinelli
svn-id: r49493
2010-06-06Makefile tweaked so plugins build for PS2 and uncommented code from ↵Tony Puccinelli
default-saves.cpp svn-id: r49463
2010-06-06use modified version of a different linker for linking plugins for PS2Tony Puccinelli
svn-id: r49462
2010-06-06added dynamic plugins stuff to configureTony Puccinelli
svn-id: r49446
2010-06-05merged trunk into branch and corrected __PS2__ to __PLAYSTATION2__ in a ↵Tony Puccinelli
couple files svn-id: r49435
2010-06-04further tweaks to Makefile and main linkerTony Puccinelli
svn-id: r49422
2010-06-03minor correction to makefileTony Puccinelli
svn-id: r49401
2010-06-03modified linker now both compiles and runs when dynamic modules turned offTony Puccinelli
svn-id: r49400
2010-06-03compiles with modified linker when dynamic plugins turned off nowTony Puccinelli
svn-id: r49399
2010-06-01Remove dead code from PS2 and GP2x backendsMax Horn
svn-id: r49374
2010-06-01makefile tweaked a bit more towards accomodating loadable modules for ps2Tony Puccinelli
svn-id: r49371
2010-06-01changed ps2 makefile and other files to use the ps2loaderTony Puccinelli
svn-id: r49368
2010-05-31Revert the rest of 49362, which wasn't meant for trunkJordi Vilalta Prat
svn-id: r49366
2010-05-31modifications to get the ps2 to use the ps2loaderTony Puccinelli
svn-id: r49363
2010-05-28added svn keywords 'Id' and 'URL' to new filesTony Puccinelli
svn-id: r49282
2010-05-28typo fixTony Puccinelli
svn-id: r49281
2010-05-28was using the modified linker for the psp for plugins.ld. Now it's a ↵Tony Puccinelli
modified version of the default linker for the ps2 compiler svn-id: r49280
2010-05-27was using the default linker for the psp. Now a modified version of the ↵Tony Puccinelli
default linker for the ps2 compiler svn-id: r49278
2010-05-27added files for ps2 loadable modules (mainly transplanted from psp code with ↵Tony Puccinelli
VERY minor tweaks) svn-id: r49256
2010-05-09Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to ↵Andre Heider
configure. svn-id: r48977
2010-03-18Convert some occurences of StringList to StringArray;Max Horn
try to fix compile error in GP2x code svn-id: r48286
2010-03-11Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ↵Max Horn
MixerImpl constructor svn-id: r48238
2010-01-28Silenced some more cppcheck style warnings.Torbjörn Andersson
svn-id: r47628
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
svn-id: r47541
2009-11-23PS2: Further tweak PS2FileStream; fix potential leak in ps2_fopenMax Horn
svn-id: r46115
2009-11-23PS2: Add new PS2FileStream class for std I/O.Max Horn
* Add new class PS2FileStream as substitute for class StdioStream on PS2 * Remove PS2 specific hacks from stdiostream.cpp / class StdioStream * Remove various ps2_f*() wrapper funcs, merging them into PS2FileStream TODO: Merge class Ps2File into PS2FileStream svn-id: r46111
2009-11-23PS2 & NDS: Remove ps2_fprintf and some useless typedefs and #defines; use ↵Max Horn
fputs instead of fprintf svn-id: r46107
2009-11-23PS2: cleanupMax Horn
svn-id: r46105
2009-11-18PS2: Remove custom OSystem::fillScreen implementation as well as clearScreen()Max Horn
svn-id: r45973
2009-11-14Remove Igor engineMax Horn
svn-id: r45898
2009-10-13PS2: Clarify licensing terms for some filesMax Horn
svn-id: r45045
2009-10-13PS2: Replace license header on irx_imports.h by a GPL one. These filesMax Horn
contains trivial content and are not really 'copyrightable' anyway. svn-id: r45043
2009-10-09Some const correctness changes; cleanupMax Horn
svn-id: r44850
2009-10-09PS2: Fix warningsMax Horn
svn-id: r44813
2009-10-08PS2: Add some stubs for the ps2 port to our primary build system (incomplete ↵Max Horn
WIP) svn-id: r44800
2009-10-08Introduce a new struct TimeDate, replacing struct tm in client code. May ↵Max Horn
lead to compilation issues in ports, which should be trivial to fix, though svn-id: r44793
2009-10-05Here we have:Max Lingua
- dropped gBitFormat - added extra param "const Graphics::PixelFormat *" to OSystem_PS2::initSize OSystem_PS2::setMouseCursor Note! To compile on SVN you will have (for now ;-) to create few few empty folders by hand, note very elegant but will keep you going until when we (ehm...) refine the PS2 Makefile. Here comes the brute force script I use inside backends/platform/ps2 mkdir -p backends/platform/ps2 mkdir -p base mkdir -p engines/scumm mkdir -p engines/scumm/he mkdir -p engines/scumm/imuse mkdir -p engines/scumm/imuse_digi mkdir -p engines/scumm/insane mkdir -p engines/scumm/smush mkdir -p engines/agi mkdir -p engines/agos mkdir -p engines/cine mkdir -p engines/cruise mkdir -p engines/drascula mkdir -p engines/gob mkdir -p engines/gob/demos mkdir -p engines/gob/save mkdir -p engines/gob/sound mkdir -p engines/igor mkdir -p engines/igor/parts mkdir -p engines/kyra mkdir -p engines/lure mkdir -p engines/made mkdir -p engines/parallaction mkdir -p engines/queen mkdir -p engines/saga mkdir -p engines/sky mkdir -p engines/sky/music mkdir -p engines/sword1 mkdir -p engines/sword2 mkdir -p engines/touche mkdir -p gui mkdir -p graphics mkdir -p graphics/fonts mkdir -p graphics/scaler mkdir -p graphics/video mkdir -p graphics/video/coktelvideo mkdir -p sound mkdir -p sound/mods mkdir -p sound/softsynth mkdir -p sound/softsynth/opl mkdir -p backends/events/default mkdir -p backends/fs mkdir -p backends/fs/amigaos4 mkdir -p backends/fs/ds mkdir -p backends/fs/palmos mkdir -p backends/fs/posix mkdir -p backends/fs/ps2 mkdir -p backends/fs/psp mkdir -p backends/fs/symbian mkdir -p backends/fs/windows mkdir -p backends/fs/wii mkdir -p backends/keymapper mkdir -p backends/midi mkdir -p backends/plugins/dc mkdir -p backends/plugins/posix mkdir -p backends/plugins/sdl mkdir -p backends/plugins/win32 mkdir -p backends/saves mkdir -p backends/saves/default mkdir -p backends/saves/posix mkdir -p backends/saves/psp mkdir -p backends/timer/default mkdir -p backends/vkeybd mkdir -p common I know, you don't need all those "-p" but it looks more consistent ;-) svn-id: r44683
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ↵Max Horn
things) svn-id: r44495
2009-09-25typoMax Horn
svn-id: r44333