scummvm/backends/platform/ps2
Max Lingua 36c2625f07 Here we have:
- 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-10-05 23:46:39 +00:00
..
iop Also strip trailing whitespaces in C and Objective-C source files. (Seems I forgot that we got those too :-P) 2009-05-24 21:53:29 +00:00
asyncfio.cpp - 0.13.x friendly ;-) 2009-03-04 03:55:00 +00:00
asyncfio.h - 0.13.x friendly ;-) 2009-03-04 03:55:00 +00:00
cd.c Also strip trailing whitespaces in C and Objective-C source files. (Seems I forgot that we got those too :-P) 2009-05-24 21:53:29 +00:00
cd.h Moving remaining platform/backends code, as previously threatened 2006-07-06 21:44:48 +00:00
DmaPipe.cpp Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots 2007-05-30 21:56:52 +00:00
DmaPipe.h Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots 2007-05-30 21:56:52 +00:00
eecodyvdfs.c Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots 2007-05-30 21:56:52 +00:00
eecodyvdfs.h Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots 2007-05-30 21:56:52 +00:00
fileio.cpp Reverted my previous change (fprintf vs fputs), 2009-07-13 00:55:30 +00:00
fileio.h Split _eof vs. _err. 2009-07-12 21:58:00 +00:00
Gs2dScreen.cpp typo 2009-09-25 09:08:17 +00:00
Gs2dScreen.h ScummVM/PS2 bugs fixed by this commit: 2009-07-12 05:38:08 +00:00
GsDefs.h Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots 2007-05-30 21:56:52 +00:00
icon.cpp - 0.13.x friendly ;-) 2009-03-04 03:55:00 +00:00
icon.h Strip trailing whitespaces in the whole code base. 2009-05-24 15:17:42 +00:00
irxboot.cpp ScummVM/PS2 bugs fixed by this commit: 2009-07-12 05:38:08 +00:00
irxboot.h - 0.13.x friendly ;-) 2009-03-04 03:55:00 +00:00
Makefile.gdb ScummVM/PS2 bugs fixed by this commit: 2009-07-12 05:38:08 +00:00
Makefile.ps2 Here we have: 2009-10-05 23:46:39 +00:00
ps2debug.cpp - 0.13.x friendly ;-) 2009-03-04 03:55:00 +00:00
ps2debug.h - 0.13.x friendly ;-) 2009-03-04 03:55:00 +00:00
ps2input.cpp ScummVM/PS2 bugs fixed by this commit: 2009-07-12 05:38:08 +00:00
ps2input.h the ps2 changes from the 0.11.1 release, plus some bugfixes and cleanup. 2008-03-03 00:41:59 +00:00
ps2mutex.cpp the ps2 changes from the 0.11.1 release, plus some bugfixes and cleanup. 2008-03-03 00:41:59 +00:00
ps2pad.cpp Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots 2007-05-30 21:56:52 +00:00
ps2pad.h Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots 2007-05-30 21:56:52 +00:00
ps2temp.h - 0.13.x friendly ;-) 2009-03-04 03:55:00 +00:00
ps2time.cpp the ps2 changes from the 0.11.1 release, plus some bugfixes and cleanup. 2008-03-03 00:41:59 +00:00
rpckbd.c Also strip trailing whitespaces in C and Objective-C source files. (Seems I forgot that we got those too :-P) 2009-05-24 21:53:29 +00:00
rpckbd.h - 0.13.x friendly ;-) 2009-03-04 03:55:00 +00:00
savefilemgr.cpp Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things) 2009-09-30 16:16:53 +00:00
savefilemgr.h Changed SaveFileManager methods to take Common::String params (instead of char pointers) 2009-05-29 14:38:22 +00:00
sdlkeys.h forgot to commit these 2008-03-10 20:34:34 +00:00
sysdefs.h Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots 2007-05-30 21:56:52 +00:00
systemps2.cpp Here we have: 2009-10-05 23:46:39 +00:00
systemps2.h Here we have: 2009-10-05 23:46:39 +00:00