From a21e949c9aea98cb4b3feee48bb98579bbdfba70 Mon Sep 17 00:00:00 2001 From: spicyjpeg Date: Sun, 22 Jan 2023 15:40:14 +0100 Subject: Fix VSync(), assert(), warnings and some examples --- examples/io/system573/iso.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'examples/io') diff --git a/examples/io/system573/iso.xml b/examples/io/system573/iso.xml index 2226089..c960b8a 100644 --- a/examples/io/system573/iso.xml +++ b/examples/io/system573/iso.xml @@ -19,9 +19,9 @@ The System 573 BIOS does not parse SYSTEM.CNF, it's instead hardcoded to look for an executable named PSX.EXE. Some modded or hacked BIOS variants may instead look for slightly altered - file names (QSY.DXD, SSW.BXF, TSV.AXG) as an obfuscation - measure, so it's recommended to have multiple copies of the - executable on the disc. + file names (QSY.DXD, SSW.BXF, TSV.AXG, GSE.NXX, NSE.GXX) as an + obfuscation measure, so it's recommended to have multiple + copies of the executable on the disc. Note that this behavior can be abused to make multi-system CDs with different executables for PS1 and 573 (i.e. have both @@ -33,6 +33,8 @@ + + -- cgit v1.2.3 From fd846206ae9419af5ed227989b3ad49b541a823c Mon Sep 17 00:00:00 2001 From: spicyjpeg Date: Tue, 4 Apr 2023 01:09:50 +0200 Subject: Add missing CD image dependencies to CMake scripts --- examples/cdrom/cdbrowse/CMakeLists.txt | 5 ++++- examples/cdrom/cdbrowse/iso.xml | 5 +---- examples/cdrom/cdxa/CMakeLists.txt | 6 ++++-- examples/cdrom/cdxa/iso.xml | 5 +---- examples/io/system573/iso.xml | 5 +---- examples/mdec/strvideo/CMakeLists.txt | 5 ++++- examples/mdec/strvideo/iso.xml | 5 +---- examples/sound/cdstream/CMakeLists.txt | 5 ++++- examples/sound/cdstream/iso.xml | 5 +---- examples/system/dynlink/CMakeLists.txt | 2 +- examples/system/dynlink/iso.xml | 5 +---- libpsn00b/cmake/internal_setup.cmake | 15 +++++++-------- template/CMakeLists.txt | 2 +- template/iso.xml | 5 +---- 14 files changed, 32 insertions(+), 43 deletions(-) (limited to 'examples/io') diff --git a/examples/cdrom/cdbrowse/CMakeLists.txt b/examples/cdrom/cdbrowse/CMakeLists.txt index 0cc091f..70a4585 100644 --- a/examples/cdrom/cdbrowse/CMakeLists.txt +++ b/examples/cdrom/cdbrowse/CMakeLists.txt @@ -13,7 +13,10 @@ project( file(GLOB _sources *.c) psn00bsdk_add_executable(cdbrowse GPREL ${_sources}) -psn00bsdk_add_cd_image(cdbrowse_iso cdbrowse iso.xml DEPENDS cdbrowse) +psn00bsdk_add_cd_image( + cdbrowse_iso cdbrowse iso.xml + DEPENDS cdbrowse system.cnf +) psn00bsdk_target_incbin(cdbrowse PRIVATE ball16c ball16c.tim) diff --git a/examples/cdrom/cdbrowse/iso.xml b/examples/cdrom/cdbrowse/iso.xml index 771b0e9..f1c00f7 100644 --- a/examples/cdrom/cdbrowse/iso.xml +++ b/examples/cdrom/cdbrowse/iso.xml @@ -1,8 +1,5 @@ - + - + - + - + - + - + - +