122 lines
5.2 KiB
HTML
122 lines
5.2 KiB
HTML
<html>
|
|
|
|
<head>
|
|
<title>Customizing through the Config File</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<meta name="generator" content="HelpNDoc Personal Edition 3.8.0.560">
|
|
<link type="text/css" rel="stylesheet" media="all" href="css/reset.css" />
|
|
<link type="text/css" rel="stylesheet" media="all" href="css/base.css" />
|
|
<link type="text/css" rel="stylesheet" media="all" href="css/hnd.css" />
|
|
<!--[if lte IE 8]>
|
|
<link type="text/css" rel="stylesheet" media="all" href="css/ielte8.css" />
|
|
<![endif]-->
|
|
<style type="text/css">
|
|
#topic_header
|
|
{
|
|
background-color: #EFEFEF;
|
|
}
|
|
</style>
|
|
<script type="text/javascript" src="js/jquery.min.js"></script>
|
|
<script type="text/javascript" src="js/hnd.js"></script>
|
|
<script type="text/javascript">
|
|
$(document).ready(function()
|
|
{
|
|
if (top.frames.length == 0)
|
|
{
|
|
var sTopicUrl = top.location.href.substring(top.location.href.lastIndexOf("/") + 1, top.location.href.length);
|
|
top.location.href = "fceux.html?" + sTopicUrl;
|
|
}
|
|
else if (top && top.FrameTOC && top.FrameTOC.SelectTocItem)
|
|
{
|
|
top.FrameTOC.SelectTocItem("CustomizingthroughtheConfigFil");
|
|
}
|
|
});
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="topic_header">
|
|
<div id="topic_header_content">
|
|
<h1>Customizing through the Config File</h1>
|
|
|
|
<div id="topic_breadcrumb">
|
|
<a href="General.html">General</a> ›› </div>
|
|
</div>
|
|
<div id="topic_header_nav">
|
|
<a href="General.html"><img src="img/arrow_up.png" alt="Parent"/></a>
|
|
|
|
<a href="CommandLineOptions.html"><img src="img/arrow_left.png" alt="Previous"/></a>
|
|
|
|
<a href="FamicomDiskSystem.html"><img src="img/arrow_right.png" alt="Next"/></a>
|
|
|
|
</div>
|
|
<div class="clear"></div>
|
|
</div>
|
|
<div id="topic_content">
|
|
|
|
<p></p>
|
|
<p><span class="rvts17">Customizing through the Config File</span></p>
|
|
<p><br/></p>
|
|
<p><br/></p>
|
|
<p>There are some options that can only be done by directly editing the config (fceux.cfg) file. All of those options are documented here.</p>
|
|
<p>The .cfg file is a text file and can be opened by any text editor (just as wordpad).</p>
|
|
<p><br/></p>
|
|
<p><br/></p>
|
|
<p><span class="rvts16">Emulator background Color when Graphics Background is disabled</span></p>
|
|
<p><br/></p>
|
|
<p><span class="rvts31">gNoBGFillColor</span></p>
|
|
<p><span class="rvts21"><br/></span></p>
|
|
<p><span class="rvts21">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).</span></p>
|
|
<p><span class="rvts21"><br/></span></p>
|
|
<p><span class="rvts21"><br/></span></p>
|
|
<p><span class="rvts22">Debugger</span></p>
|
|
<p><span class="rvts21"><br/></span></p>
|
|
<p><span class="rvts21">debuggerFontSize 15</span></p>
|
|
<p><span class="rvts21"><br/></span></p>
|
|
<p><span class="rvts21">This value determines the size of the "Courier" font used by Debugger and Trace Logger. By default it is 15.</span></p>
|
|
<p><span class="rvts21"><br/></span></p>
|
|
<p><span class="rvts21"><br/></span></p>
|
|
<p><span class="rvts22">Hex Editor</span></p>
|
|
<p><span class="rvts21"><br/></span></p>
|
|
<p><span class="rvts21">hexeditorFontSize 15</span></p>
|
|
<p><span class="rvts21"><br/></span></p>
|
|
<p><span class="rvts21">This value determines the size of the "Courier" font used by Hex Editor. By default it is 15.</span></p>
|
|
<p><span class="rvts21"><br/></span></p>
|
|
<p><span class="rvts21"><br/></span></p>
|
|
<p><span class="rvts21">HexRowHeightBorder 0</span></p>
|
|
<p><span class="rvts21"><br/></span></p>
|
|
<p><span class="rvts21">This value determines the number of pixels between each row of values in the Hex Editor. By default it is 0.</span></p>
|
|
<p><span class="rvts21"><br/></span></p>
|
|
<p><span class="rvts21"><br/></span></p>
|
|
<p><span class="rvts21">HexBackColorR 255</span></p>
|
|
<p><span class="rvts21">HexBackColorG 255</span></p>
|
|
<p><span class="rvts21">HexBackColorB 255</span></p>
|
|
<p><span class="rvts21"><br/></span></p>
|
|
<p><span class="rvts21">HexForeColorR 0</span></p>
|
|
<p><span class="rvts21">HexForeColorG 0</span></p>
|
|
<p><span class="rvts21">HexForeColorB 0</span></p>
|
|
<p><span class="rvts21"><br/></span></p>
|
|
<p><span class="rvts21">HexFreezeColorR 0</span></p>
|
|
<p><span class="rvts21">HexFreezeColorG 0</span></p>
|
|
<p><span class="rvts21">HexFreezeColorB 255</span></p>
|
|
<p><span class="rvts21"><br/></span></p>
|
|
<p><span class="rvts21">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.</span></p>
|
|
<p><span class="rvts21"><br/></span></p>
|
|
<p><span class="rvts21"><br/></span></p>
|
|
<p><span class="rvts21"><br/></span></p>
|
|
<p><span class="rvts21"><br/></span></p>
|
|
<p></p>
|
|
<p class="rvps2"><span class="rvts13">Created with the Personal Edition of HelpNDoc: </span><a class="rvts14" href="http://www.helpndoc.com/feature-tour">Easily create HTML Help documents</a></p>
|
|
</div>
|
|
|
|
<div id="topic_footer">
|
|
|
|
<div id="topic_footer_content">
|
|
2016</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|
|
|