Menu

Tree [3899b8] main 5.2 /
 History

HTTPS access


File Date Author Commit
 executables 2024-07-15 ADBeta ADBeta [3899b8] Removed Linux Executable
 images 2024-07-14 ADBeta ADBeta [c07b7e] Added UI Image
 include 2024-07-14 ADBeta ADBeta [270ec4] V5 release
 src 2024-07-14 ADBeta ADBeta [d25512] V5.2 Fixed Windows .cue Output
 .gitignore 2024-07-15 ADBeta ADBeta [561487] Added Executables
 LICENCE 2024-01-01 ADBeta ADBeta [20c773] V4 Initial Commit
 Makefile 2024-07-15 ADBeta ADBeta [3899b8] Removed Linux Executable
 README.md 2024-07-15 ADBeta ADBeta [3899b8] Removed Linux Executable

Read Me

# psx-comBINe V5!!
logo

What's new?

  • New Cross Platform GUI!
  • Small improvements to the binary dumping routine

ui

Decription

psx-comBINe is a lightweight and fast, cross-platform program to combine
multi-bin CD-ROM PSX Games into a single .CUE and .BIN pair. It supports
all CUE MODES, Remarks, 99 TRACKS, with 99 INDEXs each, support for
multi-session dumps, and more.

32-bit and 64-bit exes for Windows Systems are in the release files.

psx-comBINe supports the CUE sheet specifications;
* Supports all of the GNU approved CUE TYPEs
* REM lines
* a max of 99 TRACKs and 99 INDEXs (as per CUE spec)
* Repairs slightly malformed inputs
* Ensures proper byte-alignment for the CUE Specifications

NOTE This program is in no way intended to support or condone piracy.
This program should only be used with legitimately acquired backups of disks
you own LEGALLY

Minimum Requirments

  • 4KB Free RAM
  • 32-bit or higher architecture

Compilation

Requirments

To Compile this project you will need:
* wxWidgets
* mingw (If using Linux to compile for Windows)
* wxWidgets for mingw (If using Linux to compile for Windows)

Linux

The easiest way to install psx-comBINe for other architectures is to use
git clone:

git clone https://github.com/ADBeta/psx-comBINe
cd ./psx-comBINe
sudo make install

This will copy the the psx-combine executable to your /usr/local/bin/ folder.
If you do not want to install to your system, use

make

This will output the psx-combine executable to the the /psx-comBINe/bin
directory

Windows

Compiling on Windows has not been tested extensively; as such there is no standard
method, compile using your own preffered methods.
32-bit and 64-bit .exe files are in the release files, you can use these
instead of compiling the program manually.

WARNING This is not thoroughly tested, use at your own risk:
The Makefile includes a Windows target, which compiles on Linux using mingw.

git clone https://github.com/ADBeta/psx-comBINe
cd ./psx-comBINe
make win32
# or
make win64

ADBeta (c) 2023-2024
This software is under the GPL 2.0 Licence, please see LICENCE for information