SPS2 - Direct PS2 Access Environment - Files


Summary |  Forums |  Bugs |  News |  Source |  Files | 
Notes

Release Name: 0.2.0a [Download]

Notes:
This release does not require a new kernel module (hence 0.2.0a and not 0.2.1
 or 0.3.0).  It is more for the programmer's convenience than anything.

Sparky has added a new interesting sample (tshower) as well as a few fixes and 
sample documentation update.

Sauce has added a new library libsps2util which allows access from other 
programming languages as well as provides some simple screen handling routines.

Not only do the screen handling routines make setup trivial, they also pave the 
way for easy to understand tutorial code that is not inundated by 
initialization garbage.  Two tutorial directories have been included which will 
be a starting point for a tutorial sequence by Sauce on PlayStation 2 
programming with the PS2 Linux Kit.

The headers have been expanded to start including more structures that are 
relevant, such as GIF and DMA tags.

The PDF manual has been expanded to include the new functionality.  In 
addition, the PDF file is properly tabbed and indexed.

Enjoy!



Changes: * Updated Samples * Updated Documentation * Added sps2tags.h * Added tutorial code * Introduced libsps2util