Key | Function |
---|---|
ESC | Close watcher |
Enter | Edit settings (open s9xwcnf1.txt with associated application) |
Space | Edit settings (open s9xwcnf0.txt with associated application) |
F1 | Open manual |
F5 | Reload watch settings |
S | SRAM snapshot (experimental) |
C | Clear SRAM snapshot (experimental) |
This section describes the syntax of the setting file (s9xwconf.txt).
; ASM style comment /* C style comment */ // C++ style comment
[ROM Name / ROM Id] Address1,Type1,Name1 Address2,Type2,Name2 ---- Address3,Type3,Name3
:Key:Value1:Value2:...
Key | Value | Description |
---|---|---|
watchmax | decimal | Maximum count of the variables to display |
procmax | decimal | Maximum count of the processes to display |
autosize | [true|false] | Auto resize the window |
graph | [true|false] | Use graph feature |
interval | decimal (milliseconds) | Interval to update values |
singlerun | [true|false] | Disable the second run |
alwaystop | [true|false] | Display watch window always on top |
fastwait | [true|false] | Use precise timer (default:false) |
priority-proc | [idle|below-normal|normal|above-normal|high|realtime] | Priority of s9xwatch process (default:normal) |
priority-thread | [idle|even-lower|lower|normal|higher|even-higher|realtime] | Priority of watch thread (default:idle) |
priority | [idle|even-lower|lower|normal|higher|even-higher|realtime] | Same as priority-thread |
Key | Value | Description |
---|---|---|
colbg | hex (rrggbb) | Background color |
colplain | hex (rrggbb) | Text color |
coladdr | hex (rrggbb) | Text color for variable address |
colformat | hex (rrggbb) | Text color for variable type |
colvalue | hex (rrggbb) | Text color for variable value |
coldesc | hex (rrggbb) | Text color for variable description |
colgraph | hex (rrggbb) | Graph color |
colgraphbg | hex (rrggbb) | Graph background color |
colrominfo | hex (rrggbb) | ROM info text color |
fontsize | decimal (pt) | Font size |
fontfamily | string | Font family (must be monospace font) |
Key | Value | Description |
---|---|---|
target | string (filename), hex (Memory address), hex (RAM offset from Memory), hex (SRAM offset from Memory), hex (FillRAM offset from Memory), hex (ROMName offset), hex (ROMId offset), hex (IAPU.RAM address) | Define new Snes9x (advanced) |
See you next mission!