nolibgs_hello_worlds/hello_cd/README.md

491 B

Loading a file from CD

You need mkpsxiso in your $PATH to generate a PSX disk image.

Compile

make all

Clean directory

make cleansub

Adding data to the CD

In isoconfig.xml, in the data track's directory_tree section, use this syntax :

<file name="HELO.DAT"   type="data" source="theFile.dat"/>

See https://github.com/Lameguy64/mkpsxiso/blob/master/examples/example.xml for more details.