Difference between revisions of "Build tool"

From MSX Game Library

Line 2: Line 2:
  
 
=== Compilation ===
 
=== Compilation ===
* <tt>[[InstallRAMISR]]</tt>: Set RAM in slot 0 and install ISR there (0=false, 1=true)
+
* <tt>[[InstallRAMISR]]</tt>: Set RAM in slot 0 and install ISR there (false, true)
* <tt>[[AppSignature]]</tt>: Add application signature to binary data (0=false, 1=true)
+
* <tt>[[AppSignature]]</tt>: Add application signature to binary data (false, true)
 +
 
 +
== Misc ==
 +
* [[Batch to JS conversion guide]]

Revision as of 17:08, 22 December 2022

Options

Compilation

  • InstallRAMISR: Set RAM in slot 0 and install ISR there (false, true)
  • AppSignature: Add application signature to binary data (false, true)

Misc