StereoMike has released a new version of the port of Doom to the PSP, heres the full info:
I have been hacking away at the source of the Doom PSP port and have now got a lot of new features added to it. I'll just paste the changelog and let you all test it out. You will need atleast the shareware wad to run it.
-Music now works fine
Uses samples from the opensource freepats.opensrc.org
Needs these placed in the inst directory. This is included in the package.
The library libtimidity that is used is included with full src for others to add midi music. Just take a look i_sound.c in the doom src for an example of using it.
-Added Selection of PWAD to load in addition to the main (I)WAD.
PWADS should be put in a directory below the WAD directory
for example
PSP/GAME/DoomPSP
PSP/GAME/DoomPSP/WADS --put the main wads here
PSP/GAME/DoomPSP/WADS/PWADS --put the PWADS here
Select with triangle.
Can also view txt-files, scroll with Square button.
-Can now load IWADs that are not named correctly. Just assumes that it's a Doom 2 wad.
This makes for example DUKENUKEM.WAD load and run without having to rename it to DOOM2.WAD
-Compiled against latest PSPSDK
-Changed key usage to cross for selection in wad list and circle to go back.
-Changed exit screen to say "press x to exit" instead of "press y to exit"
-Fixed going back one directory by using circle button.