mister_cfg_write
Modify MiSTer FPGA core settings by specifying option name and value. Automatically creates a backup of the CFG file before each write. Combine with cfg_read and mister_reload for full control.
Instructions
Set a core option by name and value. Automatically backs up the CFG file before writing. Use cfg_read first to see available options and their current values. Example: option='Free Play', value='On'. After writing, use mister_reload to apply changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| option | Yes | Option name (e.g. 'Aspect Ratio', 'Free Play', 'Region') | |
| value | Yes | Value name (e.g. 'Original', 'On', 'US') |