201 lines
4.9 KiB
HTML
201 lines
4.9 KiB
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
|
<html><head><title>Tools</title>
|
||
|
<meta http-equiv="Content-Style-Type" content="text/css">
|
||
|
<style type="text/css"><!--
|
||
|
body {
|
||
|
margin: 5px 5px 5px 5px;
|
||
|
background-color: #ffffff;
|
||
|
}
|
||
|
/* ========== Text Styles ========== */
|
||
|
hr { color: #000000}
|
||
|
body, table /* Normal text */
|
||
|
{
|
||
|
font-size: 10pt;
|
||
|
font-family: 'Arial', 'Helvetica', sans-serif;
|
||
|
font-style: normal;
|
||
|
font-weight: normal;
|
||
|
color: #000000;
|
||
|
text-decoration: none;
|
||
|
;
|
||
|
}
|
||
|
span.rvts1 /* Heading */
|
||
|
{
|
||
|
font-weight: bold;
|
||
|
color: #0000ff;
|
||
|
}
|
||
|
span.rvts2 /* Subheading */
|
||
|
{
|
||
|
font-weight: bold;
|
||
|
color: #000080;
|
||
|
}
|
||
|
span.rvts3 /* Keywords */
|
||
|
{
|
||
|
font-style: italic;
|
||
|
color: #800000;
|
||
|
}
|
||
|
a.rvts4, span.rvts4 /* Jump 1 */
|
||
|
{
|
||
|
color: #008000;
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
a.rvts5, span.rvts5 /* Jump 2 */
|
||
|
{
|
||
|
color: #008000;
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
span.rvts6 /* Font Hint */
|
||
|
{
|
||
|
color: #808080;
|
||
|
}
|
||
|
span.rvts7 /* Font Hint Title */
|
||
|
{
|
||
|
font-size: 15pt;
|
||
|
font-family: 'Tahoma', 'Geneva', sans-serif;
|
||
|
font-weight: bold;
|
||
|
color: #404040;
|
||
|
}
|
||
|
span.rvts8 /* Font Hint Bold */
|
||
|
{
|
||
|
font-weight: bold;
|
||
|
color: #808080;
|
||
|
}
|
||
|
span.rvts9 /* Font Hint Italic */
|
||
|
{
|
||
|
font-style: italic;
|
||
|
color: #808080;
|
||
|
}
|
||
|
span.rvts10
|
||
|
{
|
||
|
font-size: 24pt;
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
span.rvts11
|
||
|
{
|
||
|
font-size: 12pt;
|
||
|
}
|
||
|
a.rvts12, span.rvts12
|
||
|
{
|
||
|
font-size: 12pt;
|
||
|
color: #0000ff;
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
a.rvts12:hover { color: #0000ff; }
|
||
|
a.rvts13, span.rvts13
|
||
|
{
|
||
|
font-size: 12pt;
|
||
|
color: #0000ff;
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
a.rvts13:hover { color: #0000ff; }
|
||
|
span.rvts14 /* Font Style */
|
||
|
{
|
||
|
font-size: 16pt;
|
||
|
font-family: 'Tahoma', 'Geneva', sans-serif;
|
||
|
color: #ffffff;
|
||
|
}
|
||
|
span.rvts15 /* Font Style */
|
||
|
{
|
||
|
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
|
||
|
color: #808080;
|
||
|
}
|
||
|
span.rvts16 /* Font Style */
|
||
|
{
|
||
|
font-family: 'Verdana', 'Geneva', sans-serif;
|
||
|
font-style: italic;
|
||
|
color: #c0c0c0;
|
||
|
}
|
||
|
a.rvts17, span.rvts17 /* Font Style */
|
||
|
{
|
||
|
font-family: 'Verdana', 'Geneva', sans-serif;
|
||
|
font-style: italic;
|
||
|
color: #6666ff;
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
/* ========== Para Styles ========== */
|
||
|
p,ul,ol /* Paragraph Style */
|
||
|
{
|
||
|
text-align: left;
|
||
|
text-indent: 0px;
|
||
|
padding: 0px 0px 0px 0px;
|
||
|
margin: 0px 0px 0px 0px;
|
||
|
}
|
||
|
.rvps1 /* Centered */
|
||
|
{
|
||
|
text-align: center;
|
||
|
}
|
||
|
.rvps2 /* Paragraph Style */
|
||
|
{
|
||
|
background: #9fbed0;
|
||
|
margin: 0px 0px 20px 0px;
|
||
|
}
|
||
|
.rvps3 /* Paragraph Style */
|
||
|
{
|
||
|
text-align: center;
|
||
|
background: #e4e4e4;
|
||
|
margin: 20px 0px 0px 0px;
|
||
|
}
|
||
|
.rvps4 /* Paragraph Style */
|
||
|
{
|
||
|
border-color: #c0c0c0;
|
||
|
border-style: solid;
|
||
|
border-width: 1px;
|
||
|
border-right: none;
|
||
|
border-bottom: none;
|
||
|
border-left: none;
|
||
|
background: #ffffff;
|
||
|
padding: 3px 0px 0px 0px;
|
||
|
margin: 27px 0px 0px 0px;
|
||
|
}
|
||
|
--></style>
|
||
|
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../fceux-2.0.2.htm?{C22BCBCC-D9D9-4210-A5B3-EEA419ADDCE9}.htm"; }</script>
|
||
|
<meta name="generator" content="HelpNDoc Free"></head>
|
||
|
<body>
|
||
|
|
||
|
<p class=rvps2><span class=rvts14>Tools</span></p>
|
||
|
<p><span class=rvts10>Tools</span></p>
|
||
|
<p><br></p>
|
||
|
<p>Guides for the specific tools and settings under FCEUX's Tools menu.</p>
|
||
|
<p><br></p>
|
||
|
<p><br></p>
|
||
|
<p><a class=rvts12 href="{B37E7A47-E65F-4544-BDDF-39BE708BA68F}.htm">Cheat Search</a></p>
|
||
|
<p><br></p>
|
||
|
<p>A guide to using the cheat search tool.</p>
|
||
|
<p><br></p>
|
||
|
<p><a class=rvts12 href="{01ABA5FD-D54A-44EF-961A-42C7AA586D95}.htm"><br></a></p>
|
||
|
<p><a class=rvts12 href="{01ABA5FD-D54A-44EF-961A-42C7AA586D95}.htm">Memory Watch</a></p>
|
||
|
<p><br></p>
|
||
|
<p>A guide to using the Memory Watch tool.</p>
|
||
|
<p><br></p>
|
||
|
<p><br></p>
|
||
|
<p><span class=rvts13>RAM Filter</span></p>
|
||
|
<p><br></p>
|
||
|
<p>A guide to using the RAM filter tool.</p>
|
||
|
<p><br></p>
|
||
|
<p><br></p>
|
||
|
<p><a class=rvts12 href="{16CDE0C4-02B0-4A60-A88D-076319909A4D}.htm">TAS Edit</a></p>
|
||
|
<p><br></p>
|
||
|
<p>A new tool designed for making TAS movies.</p>
|
||
|
<p><br></p>
|
||
|
<p><br></p>
|
||
|
<p><a class=rvts12 href="{16FC48B4-3393-45BE-BCE3-E7E8F9CE1EF6}.htm">Convert fcm</a></p>
|
||
|
<p><br></p>
|
||
|
<p>A tool that will convert .fcm movie files to the .fm2 file format.</p>
|
||
|
<p><br></p>
|
||
|
<p><br></p>
|
||
|
<p><a class=rvts12 href="{8609B4A5-7455-42A3-AB33-D33D9C672191}.htm">Auto Fire settings</a></p>
|
||
|
<p><br></p>
|
||
|
<p>A guide for setting auto-fire, auto-fire offset, and alternate A and B options.</p>
|
||
|
<p><br></p>
|
||
|
<p><br></p>
|
||
|
<p><a class=rvts12 href="{19278BFA-FEA2-4A51-867F-26DA4B7430F2}.htm">Use External Input</a></p>
|
||
|
<p><br></p>
|
||
|
<p>Explanation of Use External Input</p>
|
||
|
<p><br></p>
|
||
|
<p><a class=rvts12 href="{E857079D-EDBE-45D5-83F0-ED92D2442912}.htm">Text Hooker</a></p>
|
||
|
<p><br></p>
|
||
|
<p>A guide for using the text hooking tool.</p>
|
||
|
<p class=rvps3><span class=rvts15>2008</span></p>
|
||
|
<p class=rvps4><span class=rvts16>This help file has been generated by the freeware version of </span><a class=rvts17 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
|
||
|
|
||
|
</body></html>
|