Improve naming of PSX related ENV variables

This commit is contained in:
Jaby
2024-03-21 17:41:41 -05:00
parent 618c671844
commit 3fec1d286a
12 changed files with 50 additions and 49 deletions

View File

@@ -1,11 +1,10 @@
<ISO_Project>
<Description>
<!--<Publisher>Jaby</Publisher>-->
<!--<License>%PSX_LICENSE_PATH%/%LICENSE%.DAT</License>-->
<!--<License>%PSX_LICENSE_PATH%/%PSX_LICENSE%.DAT</License>-->
</Description>
<Track>
<File name="SYSTEM.CNF">System.cnf</File>
<!--For pkg use: SLES_000.25;1 or SLUS_001.51;1 - no japanse version yet. Otherwise leave as "XXXX_AAA.AA"-->
<Main name="XXXX_AAA.AA">../application/bin/%TV_FORMAT%/PSX-release/#{ProjectName}.psexe</Main>
<File name = "SYSTEM.CNF">System.cnf.subst</File>
<Main name = "%PSX_BOOT_FILE%">../application/bin/%PSX_TV_FORMAT%/PSX-release/#{ProjectName}.psexe</Main>
</Track>
</ISO_Project>

View File

@@ -1,4 +0,0 @@
BOOT=cdrom:\XXXX_AAA.AA;1
TCB=4
EVENT=10
STACK=801FFFF0

View File

@@ -0,0 +1,4 @@
BOOT=cdrom:\%PSX_BOOT_FILE%;1
TCB=4
EVENT=10
STACK=801FFFF0