File | Date | Author | Commit |
---|---|---|---|
executables | 2024-07-15 | ADBeta | [3899b8] Removed Linux Executable |
images | 2024-07-14 | ADBeta | [c07b7e] Added UI Image |
include | 2024-07-14 | ADBeta | [270ec4] V5 release |
src | 2024-07-14 | ADBeta | [d25512] V5.2 Fixed Windows .cue Output |
.gitignore | 2024-07-15 | ADBeta | [561487] Added Executables |
LICENCE | 2024-01-01 | ADBeta | [20c773] V4 Initial Commit |
Makefile | 2024-07-15 | ADBeta | [3899b8] Removed Linux Executable |
README.md | 2024-07-15 | ADBeta | [3899b8] Removed Linux Executable |
# psx-comBINe V5!!
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 INDEX
s 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 TYPE
s
* REM
lines
* a max of 99 TRACK
s and 99 INDEX
s (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
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)
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
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