nolibgs_hello_worlds/hello_cd
ABelliqueux 0d4b5cb6e0 Update credits 2021-07-25 17:39:20 +02:00
..
HELO.DAT Add CD file loading example 2021-07-17 13:16:05 +02:00
Makefile Add CD file loading example 2021-07-17 13:16:05 +02:00
README.md Add STR playback example 2021-07-23 19:45:11 +02:00
hello_cd.c Update credits 2021-07-25 17:39:20 +02:00
isoconfig.xml Add CD file loading example 2021-07-17 13:16:05 +02:00
system.cnf Add CD file loading example 2021-07-17 13:16:05 +02:00

README.md

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.