Page 1 of 1

ps2 docs

Posted: Sat Oct 01, 2005 9:31 pm
by Auron82
hello.
Can I find "ps2 architecture" and programming guides?? WHERE???
thanks

Posted: Sat Oct 01, 2005 9:46 pm
by Auron82
I would like to learn programming for playstation 2.
I'm c++ programmer. Ok c++ for ps2????

Posted: Sun Oct 02, 2005 11:05 am
by jbit
The only comprehensive PS2 hardware manuals I know of are the ones provided by SCE. These come with the PlayStation2 Linux Kit or professional development kits. You can not get them legally any other way.
It's worth buying the linux kit just for the manuals IMHO.

C++ is fine for the Emotion Engine, but not so suitible for the IOP. But you'll want to avoid using millions of templates and the like.
If you're planning on doing 3D, it's good to be able to write assembly too. The vector units are extremly powerful and cannot be coded for in C or C++.

Hope this helps.