diff options
| author | spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> | 2021-11-29 00:17:28 +0100 |
|---|---|---|
| committer | spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> | 2021-11-29 00:22:33 +0100 |
| commit | 31fba94b8e8c15c1d127925f01a38efc68933fd1 (patch) | |
| tree | 90c718366499458ade032a879b7e02f58fcd7820 /examples/io/system573/iso.xml | |
| parent | 7186b911cc461dbdad9307afd8901be118e20893 (diff) | |
| download | psn00bsdk-31fba94b8e8c15c1d127925f01a38efc68933fd1.tar.gz | |
Add io/system573 example, rewrite dev notes, fix CI
Diffstat (limited to 'examples/io/system573/iso.xml')
| -rw-r--r-- | examples/io/system573/iso.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/examples/io/system573/iso.xml b/examples/io/system573/iso.xml new file mode 100644 index 0000000..09b4d85 --- /dev/null +++ b/examples/io/system573/iso.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="utf-8"?> +<iso_project + image_name="${CD_IMAGE_NAME}.bin" + cue_sheet="${CD_IMAGE_NAME}.cue" +> + <track type="data"> + <identifiers + system ="PLAYSTATION" + volume ="SYSTEM573" + volume_set ="SYSTEM573" + publisher ="MEIDOTEK" + data_preparer ="PSN00BSDK ${PSN00BSDK_VERSION}" + application ="PLAYSTATION" + copyright ="README.TXT;1" + /> + + <directory_tree> + <!-- + The System 573 BIOS does not parse SYSTEM.CNF, it always looks + for an executable named PSX.EXE. Note that this behavior can be + abused to make multi-system CDs with different executables for + PS1 and 573 (i.e. have both PSX.EXE and SYSTEM.CNF pointing to + a different executable). + --> + <!--<file name="SYSTEM.CNF" type="data" source="${PROJECT_SOURCE_DIR}/system.cnf" />--> + <file name="PSX.EXE" type="data" source="system573.exe" /> + <file name="PSX.MAP" type="data" source="system573.map" /> + + <dummy sectors="1024"/> + </directory_tree> + </track> + + <!--<track type="audio" source="track2.wav" />--> +</iso_project> |
