CLI replacement for PSXISOMaker

Downloadable items posted by PSXDEV members are within this forum.
Post Reply
jman
Rookie Programmer
Rookie Programmer
Posts: 110
Joined: Aug 13, 2013

CLI replacement for PSXISOMaker

Post by jman » October 21st, 2013, 1:16 am

Hello,

I felt the urge to have a CLI version of Freitas' tool for creating PSX CDROM images, which does the job very well but it can't used in automatic building script (ex. build your program and generate the CDROM altogether).

So after a bit of googling I've found the source (at Tails92's PSXSDK site) along with the JAP/USA/EUR licence files.

I've built a Win32 version with MInGW. Now I can do something interesting like this:

Code: Select all

cd C:\psyq\tools\makecd
mkisofs -xa -o psxiso.iso ISOROOT
mkpsxiso.exe psxiso.iso psxiso.bin infojap.dat
copy psxiso.bin C:\psyq\epsxe190
cd C:\psyq\epsxe190
epsxe.exe -nogui -loadbin psxiso.bin
One weird thing, though. Even though <stdio.h> is correcly included, the compiler does not find symbols like fprintf() and the definition for FILE struct (which I had to redefine (!) in mkpsxiso.c). I'm not a Windows programmer, but I could not find a way to make MinGW work correctly... :shrug

I tested my build on WinXP, I don't know if it would run on a Windows 64bit (probably yes).
Please find attached to this post source code, binary and licence files.

Enjoy the command line :)
You do not have the required permissions to view the files attached to this post.

Post Reply

Who is online

Users browsing this forum: No registered users and 6 guests