Difference between revisions of "Emulator:JPCSP"

From Wah!ki
Jump to navigation Jump to search
Line 39: Line 39:
 
java -Xmx512m -Djava.library.path=lib/linux-x86 -jar bin/jpcsp.jar $@
 
java -Xmx512m -Djava.library.path=lib/linux-x86 -jar bin/jpcsp.jar $@
 
</pre>
 
</pre>
 +
 +
[Category:Emulator][Category:Sony Playstation Portable]

Revision as of 00:53, 23 April 2011

About

A Sony Playstation Portable emulator written Java. Although it was originally believed java would be too slow to write a working emulator, the authors have achieved 100% speed on a number of commercial titles.

Titles will need to be decrypted before they will run on this emulator.

Configuration

Platform Version Device Exec Type commandline_format
Linux SVN Disc Image start-linux-x86.sh D -u "[rompath]/[name].[romext]" -r
Linux SVN File start-linux-x86.sh D N/A

Troubleshooting

bash: ./start-linux-x86.sh: /bin/sh^M: bad interpreter: No such file or directory

Convert startup script to unix format

Games will not start using command line options

Add paramater parsing to the startup script

java -Xmx512m -Djava.library.path=lib/linux-x86 -jar bin/jpcsp.jar $@

[Category:Emulator][Category:Sony Playstation Portable]