Difference between revisions of "AppExtra"

From MSX Game Library

(Created page with "{{WIP}} This Build tool option allow to add an application related data to binary data (right after the application ). <pre>:: Application extra data (c...")
(No difference)

Revision as of 12:44, 23 October 2022

WIP

This Build tool option allow to add an application related data to binary data (right after the application ).

:: Application extra data (comma-separated bytes starting with data size)
set AppExtra=3,5,0x00,0xC1

Here is the format to use: DataSize, DataType, Data1[, Data2, ...], DataType, Data1[, Data2, ...]. Where:

  • DataSize: The size in byte of the extra data excluding this byte
  • DataType: