How to make your OWN .cue files - - - -
 Missing a .cue file and cant find one? Just make
 your OWN! 
  this wont work if you have audio files/it will work if 
you know how many audio files they are though.


FILE "xxx.BIN" BINARY
  TRACK 01 MODE2/2352
    INDEX 01 00:00:00
 replace the xxx.bin to the name of the bin file you have 
 ex.
 bin file name is Gamer.bin

 FILE "Gamer.BIN" BINARY
  TRACK 01 MODE2/2352
    INDEX 01 00:00:00 
I usually use notepad to this.
save it xxx.cue after you have done it.

with audio files it is more complicated but heres
one ex. but i rather find the .cue then make my own.
FILE "xxx.BIN" BINARY
  TRACK 01 MODE2/2352
    INDEX 01 00:00:00
  TRACK 02 AUDIO
    PREGAP 00:02:00
    INDEX 01 06:31:59
  TRACK 03 AUDIO
    INDEX 00 07:46:52
    INDEX 01 07:48:52
  TRACK 04 AUDIO
    INDEX 00 10:58:44
    INDEX 01 11:00:44
  TRACK 05 AUDIO
    INDEX 00 14:27:14
    INDEX 01 14:29:14
  TRACK 06 AUDIO
    INDEX 00 22:55:48
    INDEX 01 22:57:48
  TRACK 07 AUDIO
    INDEX 00 28:15:71
    INDEX 01 28:17:71
 ~~~~~~~~~~~~~~~~~~~laters, and good lucks!