Purists might argue that the bin/cue is the only “true” archival format because it is an exact, bit-for-bit replica of the original disc. This is a valid point for preservation of the physical medium , including subchannel data and error correction codes. However, for gameplay preservation , PBP is lossless. When uncompressed by the emulator, the game receives the exact data it expects. Furthermore, tools like psx2psp (used to create PBPs) can convert PBP back to bin/cue without degradation. The only potential loss is in extremely obscure titles that rely on subchannel data for anti-piracy or audio indexing—a fraction of a percent of the library. For the other 99.9%, PBP is flawless.
wine PSX2PSP.exe -i "game.cue" -o "EBOOT.PBP" -c 9 -title "Final Fantasy VII" -icon "icon.png" ps1 pbp archive best
