diff options
| author | spicyjpeg <thatspicyjpeg@gmail.com> | 2022-10-15 10:02:35 +0200 |
|---|---|---|
| committer | spicyjpeg <thatspicyjpeg@gmail.com> | 2022-10-15 10:02:35 +0200 |
| commit | 6eabb5aa549254c2272cedee26d4245f31f2dc7a (patch) | |
| tree | 1962581a2ea36f421718aad7bf90b1a37cc4c530 /examples/graphics | |
| parent | b458ea70700739bf8a64217af369c7ace08fc954 (diff) | |
| download | psn00bsdk-6eabb5aa549254c2272cedee26d4245f31f2dc7a.tar.gz | |
Update sound/spustream, clean up other examples
Diffstat (limited to 'examples/graphics')
| -rw-r--r-- | examples/graphics/tilesasm/iso.xml | 34 | ||||
| -rw-r--r-- | examples/graphics/tilesasm/system.cnf | 4 |
2 files changed, 0 insertions, 38 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> diff --git a/examples/graphics/tilesasm/system.cnf b/examples/graphics/tilesasm/system.cnf deleted file mode 100644 index e221726..0000000 --- a/examples/graphics/tilesasm/system.cnf +++ /dev/null @@ -1,4 +0,0 @@ -BOOT=cdrom:\template.exe;1 -TCB=4 -EVENT=10 -STACK=801FFFF0 |
