Customizing through the Config File
Customizing through the Config File
There are some options that can only be done by directly editing the config (fceux.cfg) file. All of those options are documented here.
The .cfg file is a text file and can be opened by any text editor (just as wordpad).
Emulator background Color when Graphics Background is disabled
gNoBGFillColor
When you disable the backgrounds (Config > Display > Graphics: GB), the default color is black. You can change that color by modifying this value. By default it is 255 (black).
Hex Editor
HexRowHeightBorder 0
This value determines the number of pixels between each row of values in the Hex Editor. By default it is 0.
HexBackColorR 255
HexBackColorG 255
HexBackColorB 255
HexForeColorR 0
HexForeColorG 0
HexForeColorB 0
HexFreezeColorR 0
HexFreezeColorG 0
HexFreezeColorB 255
These values allows are the Hex Editor color scheme values (RGB). The background color is 255,255,255 (white) by default. The foreground color (text) is 0,0,0 (black) by default. When an address is frozen it is 0,0,255 (blue) by default.
2008
This help file has been generated by the freeware version of HelpNDoc