How Do I Creat Iso/bins For Psx4gp2x


Well, if using windows... use CDRWIN, MagicISO, or some other CD Ripping/Burning program...

If you're using linux use cdrdao, or k3b... something like that!
 
Hey i was just wondering..
I have loads of copied games that i used to play on my chipped ps1, can i just burn them off of the disc and onto my gp2x ?
Or is it more technical than that ?
Thanks !
 
flammablepiss said:
Hey i was just wondering..
I have loads of legally bought but with "alternative" packaging games that i used to play on my chipped ps1, can i just burn them off of the disc and onto my gp2x ?



:)

are the copies that you have direct backup-style copies of playstation discs? or are they modified in some way to work with a different bios? if the content of the disc is exactly the same, then you should be able to rip it just fine.
 
Last edited by a moderator:
Creating ISOs with Mac OS X is really easy and best of all the software comes with the OS!
  1. Open up a shell. If you don't know how to do this then this guide is not for you.
  2. Insert the PS1 disk. This will auto mount. It needs to be unmounted again. Type the following command:

    CODE
    diskutil unmountDisk /dev/disk1


    Substituting 'disk1' with whatever your DVD/CD drive is. Usually 'disk2' or even 'disk3'.
  3. Create the ISO. Type the following command:

    CODE
    dd if=/dev/disk1 of=diskname.iso bs=16384


    Again substituting 'disk1' with whatever your DVD/CD drive is and 'diskname' with whatever the CD is called.
  4. The resulting ISO is in the correct format and ready for use!
 
Back
Top