diff options
| author | spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> | 2021-08-17 11:36:56 +0000 |
|---|---|---|
| committer | spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> | 2021-08-17 11:36:56 +0000 |
| commit | 89751f29467b359339a8c8b57c218cc3328bae43 (patch) | |
| tree | f92eeff576fea528e6a5c5a984207aac9e0d2b8c /examples/cdrom/cdxa/iso.xml | |
| parent | 5f5461879c73720359e87fa41cbfe8c452f5155e (diff) | |
| download | psn00bsdk-89751f29467b359339a8c8b57c218cc3328bae43.tar.gz | |
Rewritten all Makefiles, set up proper GCC options, added iso.xml to template
Diffstat (limited to 'examples/cdrom/cdxa/iso.xml')
| -rw-r--r-- | examples/cdrom/cdxa/iso.xml | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/examples/cdrom/cdxa/iso.xml b/examples/cdrom/cdxa/iso.xml index 840b414..9a6a206 100644 --- a/examples/cdrom/cdxa/iso.xml +++ b/examples/cdrom/cdxa/iso.xml @@ -1,29 +1,30 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<iso_project image_name="cdxa.iso"> - +<?xml version="1.0" encoding="utf-8"?> +<iso_project + image_name="build/cdxa.bin" + cue_sheet="build/cdxa.cue" +> <track type="data"> - <identifiers system ="PLAYSTATION" - application ="PLAYSTATION" - volume ="PSN00BSDK" - volume_set ="PSN00BSDK" + volume ="CDXA" + volume_set ="CDXA" publisher ="MEIDOTEK" + data_preparer ="PSN00BSDK BUILD SCRIPT" + application ="PLAYSTATION" + copyright ="README.TXT;1" /> <directory_tree> + <file name="SYSTEM.CNF" type="data" source="system.cnf" /> + <file name="CDXA.EXE" type="data" source="build/cdxa.exe" /> + <file name="CDXA.MAP" type="data" source="build/cdxa.map" /> - <file name="system.cnf" type="data" source="system.cnf"/> - <file name="cdxa.exe" type="data" source="cdxa.exe"/> - <!-- CD-XA file, you'll have to provide your own to make this example work --> - <file name="xasample.xa" type="xa" source="D:\str-temp\subcon.xa"/> + <file name="XASAMPLE.XA" type="mixed" source="xasample.xa"/> <dummy sectors="1024"/> - </directory_tree> - </track> + <!--<track type="audio" source="track2.wav" />--> </iso_project> |
