aboutsummaryrefslogtreecommitdiff
path: root/examples/graphics/tilesasm/iso.xml
diff options
context:
space:
mode:
authorJohn "Lameguy" Wilbert Villamor <lameguy64@gmail.com>2022-10-19 17:57:06 +0800
committerGitHub <noreply@github.com>2022-10-19 17:57:06 +0800
commite08a3d9366f8ca14a76b3dd569dac1fb9f569748 (patch)
tree33654513b0b184c27f8035dbc405640fcbeb44ab /examples/graphics/tilesasm/iso.xml
parentc4a2533d21dfd05cde841ea48c67b05e0e6a853f (diff)
parent9b2ffc6078a850b7d354855cca7622090b41f30c (diff)
downloadpsn00bsdk-e08a3d9366f8ca14a76b3dd569dac1fb9f569748.tar.gz
Merge pull request #59 from spicyjpeg/psxmdec
IRQ handler fix, .STR playback example, multiple library builds (v0.21)
Diffstat (limited to 'examples/graphics/tilesasm/iso.xml')
-rw-r--r--examples/graphics/tilesasm/iso.xml34
1 files changed, 0 insertions, 34 deletions
diff --git a/examples/graphics/tilesasm/iso.xml b/examples/graphics/tilesasm/iso.xml
deleted file mode 100644
index 477c636..0000000
--- a/examples/graphics/tilesasm/iso.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- This file is processed by CMake and used by mkpsxiso to build the CD image.
-
- NOTE: all paths are relative to the build directory; if you want to include
- a file from the source tree, you'll have to prepend its path with
- ${PROJECT_SOURCE_DIR}.
--->
-<iso_project
- image_name="${CD_IMAGE_NAME}.bin"
- cue_sheet="${CD_IMAGE_NAME}.cue"
->
- <track type="data">
- <identifiers
- system ="PLAYSTATION"
- volume ="PSN00BSDK_TEMPLATE"
- volume_set ="PSN00BSDK_TEMPLATE"
- publisher ="MEIDOTEK"
- data_preparer ="PSN00BSDK ${PSN00BSDK_VERSION}"
- application ="PLAYSTATION"
- copyright ="README.TXT;1"
- />
-
- <directory_tree>
- <file name="SYSTEM.CNF" type="data" source="${PROJECT_SOURCE_DIR}/system.cnf" />
- <file name="TEMPLATE.EXE" type="data" source="template.exe" />
- <file name="TEMPLATE.MAP" type="data" source="template.map" />
-
- <dummy sectors="1024"/>
- </directory_tree>
- </track>
-
- <!--<track type="audio" source="track2.wav" />-->
-</iso_project>