Chromium-PSP 0.5
http://royale.zerezo.com/psp/

Install:
	* Firmware 1.50: Copy __SCE__Chromium and %__SCE__Chromium folders to your PSP/GAME150 folder.
	* Firmware 3.xx: Copy Chromium folder to your PSP/GAME3xx folder.

Controls:
	* Digital pad: move in the menu.
	* Analog pad: move the ship.
	* L button (twice): self destruct (useful to save ammunitions).
	* Start: switch to/from menu.
	* Select: pause the game.
	* Any other button: fire.

Compile from source:
	* First you need the PSP toolchain installed with libraries.
	* I had to recompile SDL_Mixer with the following options to fix linking: --disable-music-libmikmod --disable-music-ogg --disable-music-ogg-tremor --disable-music-mp3
	* Download Chromium B.S.U. version 0.9.12.
	* Untar src and data archives.
	* Apply my patch: cd Chromium-0.9; patch -p1 < ../Chromium-PSP-0.*.patch
	* Build the glpng library: cd support/glpng/src/; make -f Makefile.psp
	* Build the game: cd ../../../src/; make -f Makefile-fw15.psp
	* Copy the data folder in the __SCE__Chromium folder.
	* Copy the __SCE__Chromium and %__SCE__Chromium folders to the PSP 1.5 firmware folder and enjoy :)
