GameCube GCM: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
Line 41: Line 41:


* Dolphin
* Dolphin
=== See Also ===
* [https://github.com/LagoLunatic/WW-Hacking-Docs/blob/master/GCM%20Format.txt GCM format (WW-Hacking-Docs)]
<br/><br>
<br/><br>



Revision as of 20:41, 10 November 2022

Back to index | Edit this page

GCM

  • Format Type : ROM file
  • Endian Order : Little Endian
  • Signature : None


Format Specifications

// header
6 bytes (char) - game ID  // "GIAP7D" - Ice Age 2
                          // "GINX69" - Batman
                          // "RELSAB" - Crash Bandicoot
                          // etc.
1 byte (uint8) - disc number?
1 byte (uint8) - revision?
24 bytes - unknown
x bytes (char) - internal game name


// TODO

Notes and Comments

None.

Games

List of games using this file format: TODO

QuickBMS Script

Not written yet.

Compatible Programs

  • Dolphin

See Also