Updated PSP build to reflect lastest changes of the of the [Stella](http://stella.sourceforge.net/) project. Currently the PSP build only works when not disabling the Debugger Console during compile time. So this time configure option *–disable-developer* will leed to a broken build, even when the debugger is not useable on the PSP. This build is done with revison 1426 of pspsdk and libsdl.
**Building**
To build for the **PSP**, make sure psp-config is in the path and run:
./configure --host=psp
make
make psp-layout
make psp-upload
**Dependencies**
* [psp-toolchain](http://svn.pspdev.org/listing.php?repname=psp&path=%2Ftrunk%2Fpsptoolchain%2F&rev=0&sc=0)
* [pspsdk](http://svn.pspdev.org/listing.php?repname=psp&path=%2Ftrunk%2Fpspsdk%2F&rev=0&sc=0)
* [libsdl](http://svn.pspdev.org/listing.php?repname=psp&path=%2Ftrunk%2FSDL%2F&rev=0&sc=0)
* [libpng](http://svn.pspdev.org/listing.php?repname=psp&path=%2Ftrunk%2Flibpng%2F&rev=0&sc=0)
[Download](http://optixx.org/download/stella_bin-20051112.tar.gz)
[Source](http://optixx.org/download/stella_src-20051112.tar.gz)