Some people upload playstation games in .pbp format and
its not work with epsxe emulator.
but there is a work around :) here is the process.
you need two software:
1. psx2psp
2. ultraISO
feed .pbp file to psx2psp to make .img file
then feed .img file to ultraISO to make .iso file
now you can run your playstation game in epsxe.
Showing posts with label ps1. Show all posts
Showing posts with label ps1. Show all posts
Monday, June 7, 2010
Subscribe to:
Posts (Atom)
list open ports and unix sockets
To do this I use netstat command to list all open ports: $ sudo netstat -tuplen to list open ports and unix sockets: $ sudo netstat -...
-
[ These steps may work on CentOS 5.* too] Prepare your OS for it $ sudo yum groupinstall "Development tools" $ sudo yum in...
-
This is very unconventional but a valid code and it will run!!, the magic is the static initializer block. this block is hidden from ever...