Difference between revisions of "Chrono Cross Program Files"

From Chrono Compendium
Jump to: navigation, search
(Created page with "==General Information== ====Chrono Cross==== Playstation executable code. Deciphering this in any useful way requires an understanding of R3000A assembler (and/or a good deb...")
 
Line 2: Line 2:
  
 
====Chrono Cross====
 
====Chrono Cross====
 +
We <I>think</I> that most of these are [[exe]]cutables (the exception is 0001.boot.cfg,
 +
which contains a short text string with the disc ID).
  
Playstation executable code. Deciphering this in any useful way requires an understanding of R3000A assembler (and/or a good debugger). One of the better information sources is a document entitled "Everything You Have Always Wanted to Know about the Playstation But Were Afraid to Ask," by Joshua Walker (be warned that it's kind of dense, though), of which there are copies scattered all over the Internet. (If you have a choice, get the .pdf formatted version rather than the text file&mdash;it's easier to read.)
+
{|class="wikitable"
 +
|<B>File</B>
 +
|<B>[[Sector|CD Sectors]]</B>
 +
|-
 +
|[[Chrono Cross File 0000|0000]].executable.psx
 +
|38
 +
|-
 +
|0001.boot.cfg
 +
|334
 +
|-
 +
|[[Chrono Cross File 0002|0002]].more_executable_maybe.psx
 +
|335
 +
|-
 +
|0003.more_executable_maybe.psx
 +
|470
 +
|-
 +
|[[Chrono Cross File 0004|0004]].combat_executable_maybe.psx
 +
|472
 +
|-
 +
|[[Chrono Cross File 0005|0005]].more_executable_maybe.psx
 +
|590
 +
|-
 +
|[[Chrono Cross File 0006|0006]].more_executable_maybe.psx
 +
|593
 +
|-
 +
|[[Chrono Cross File 0007|0007]].end_combat_routine.psx
 +
|607
 +
|}
  
 
''From'': [[Chrono Cross File Structure]]
 
''From'': [[Chrono Cross File Structure]]

Revision as of 03:44, 20 March 2016

General Information

Chrono Cross

We think that most of these are executables (the exception is 0001.boot.cfg, which contains a short text string with the disc ID).

File CD Sectors
0000.executable.psx 38
0001.boot.cfg 334
0002.more_executable_maybe.psx 335
0003.more_executable_maybe.psx 470
0004.combat_executable_maybe.psx 472
0005.more_executable_maybe.psx 590
0006.more_executable_maybe.psx 593
0007.end_combat_routine.psx 607

From: Chrono Cross File Structure