wswan:guide:wfconfig
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wswan:guide:wfconfig [2024/02/17 11:10] – asie | wswan:guide:wfconfig [2025/06/17 19:33] (current) – asie | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== wfconfig.toml | + | ====== Project configuration ====== |
+ | |||
+ | ===== wfconfig.toml ===== | ||
wfconfig.toml serves as a project-wide configuration file. | wfconfig.toml serves as a project-wide configuration file. | ||
- | ===== cartridge | + | ==== cartridge ==== |
* **rom_banks** - The number of 64KB ROM banks used by your project; normally, this value is calculated automatically as your project grows in scope. | * **rom_banks** - The number of 64KB ROM banks used by your project; normally, this value is calculated automatically as your project grows in scope. | ||
Line 18: | Line 20: | ||
* **vertical** - Set to '' | * **vertical** - Set to '' | ||
- | ==== Metadata only ==== | + | === Metadata only === |
The following fields have no effect on execution and exist solely as metadata: | The following fields have no effect on execution and exist solely as metadata: | ||
- | * **publisher_id'' | + | * **publisher_id**, **game_id**, |
* **color** - Set to '' | * **color** - Set to '' | ||
- | * **rtc** - Set to '' | + | * **mapper** - The mapper used by your cartridge. The following values are supported: |
+ | * '' | ||
+ | * ''" | ||
- | ==== Advanced | + | === Advanced === |
Don't touch these unless you're building custom hardware. | Don't touch these unless you're building custom hardware. | ||
Line 34: | Line 38: | ||
* **unlock_internal_eeprom** - Set to '' | * **unlock_internal_eeprom** - Set to '' | ||
* **disable_custom_boot_splash** - Set to '' | * **disable_custom_boot_splash** - Set to '' | ||
+ | |||
+ | ===== libws ===== | ||
+ | |||
+ | libws comes with some configuration options of its own, using defines: | ||
+ | |||
+ | * '' |
wswan/guide/wfconfig.1708168253.txt.gz · Last modified: by asie