284 lines
10 KiB
HTML
284 lines
10 KiB
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
|
<html><head><title>Menu Items & Submenus</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;
|
||
|
}
|
||
|
span.rvts11
|
||
|
{
|
||
|
font-size: 14pt;
|
||
|
}
|
||
|
a.rvts12, span.rvts12
|
||
|
{
|
||
|
color: #0000ff;
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
a.rvts12:hover { color: #0000ff; }
|
||
|
span.rvts13
|
||
|
{
|
||
|
font-size: 16pt;
|
||
|
}
|
||
|
span.rvts14
|
||
|
{
|
||
|
font-size: 16pt;
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
span.rvts15
|
||
|
{
|
||
|
font-size: 14pt;
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
span.rvts16
|
||
|
{
|
||
|
font-family: 'Courier New', 'Courier', monospace;
|
||
|
}
|
||
|
span.rvts17
|
||
|
{
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
span.rvts18
|
||
|
{
|
||
|
font-size: 9pt;
|
||
|
}
|
||
|
a.rvts19, span.rvts19
|
||
|
{
|
||
|
font-size: 9pt;
|
||
|
color: #0000ff;
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
a.rvts19:hover { color: #0000ff; }
|
||
|
span.rvts20 /* Font Style */
|
||
|
{
|
||
|
font-size: 16pt;
|
||
|
font-family: 'Tahoma', 'Geneva', sans-serif;
|
||
|
color: #ffffff;
|
||
|
}
|
||
|
span.rvts21 /* Font Style */
|
||
|
{
|
||
|
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
|
||
|
color: #808080;
|
||
|
}
|
||
|
span.rvts22 /* Font Style */
|
||
|
{
|
||
|
font-family: 'Verdana', 'Geneva', sans-serif;
|
||
|
font-style: italic;
|
||
|
color: #c0c0c0;
|
||
|
}
|
||
|
a.rvts23, span.rvts23 /* 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?{1DB6043F-35B9-4909-A413-5B6216E7F320}.htm"; }</script>
|
||
|
<meta name="generator" content="HelpNDoc Free"></head>
|
||
|
<body>
|
||
|
|
||
|
<p class=rvps2><span class=rvts20>Toggle Switches (Hide Menu, etc)</span></p>
|
||
|
<p><span class=rvts10>Config Toggle Switches</span></p>
|
||
|
<p><br></p>
|
||
|
<p>Explains the various toggle switch commands in the top two groups of commands under the Config Menu.</p>
|
||
|
<p><br></p>
|
||
|
<p><br></p>
|
||
|
<p><span class=rvts11>Hide Menu</span></p>
|
||
|
<p><br></p>
|
||
|
<p>Hides the Menu commands on the FCEUX main window. Pres ESC to unhide the menu.</p>
|
||
|
<p><br></p>
|
||
|
<p><br></p>
|
||
|
<p><span class=rvts11>Game Genie</span></p>
|
||
|
<p><br></p>
|
||
|
<p>Allows the use of the game genie ROM. You must have a game genie ROM named gg.rom (it is save to rename a game genie.nes file to gg.rom) and it must be in the FCEUX base directory (which is the folder fceux.exe is in unless you specified a different folder in the <a class=rvts12 href="{D6DDB3DB-500D-4DCE-8D48-10A67F896057}.htm">Directory Override Menu</a>).</p>
|
||
|
<p><br></p>
|
||
|
<p>If enabled, FCEUX will open gg.rom first when you load a new game. Any codes applied in the game genie screen will be applied to the game just like on a real NES. </p>
|
||
|
<p><br></p>
|
||
|
<p>(Remember that enabling/disabling Game Genie emulation will not take effect until a new game is loaded)</p>
|
||
|
<p><br></p>
|
||
|
<p>Note: Game genie codes can also be added with the <a class=rvts12 href="{ACA99B5B-9CA3-4E69-B7F7-106D70CF76BF}.htm">Game Genie Encoder/Decoder</a> via the <a class=rvts12 href="{B37E7A47-E65F-4544-BDDF-39BE708BA68F}.htm">Cheat Search Menu</a> (and does not require a game genie ROM).</p>
|
||
|
<p><br></p>
|
||
|
<p><span class=rvts11>PAL Emulation</span></p>
|
||
|
<p><br></p>
|
||
|
<p>Toggles between NTSC (60fps) and PAL (50fps) frame rates. By default, FCEUX will detect the proper choice when loading a ROM and set the flag accordingly. </p>
|
||
|
<p><br></p>
|
||
|
<p><br></p>
|
||
|
<p><span class=rvts14>PPU </span><span class=rvts15>(Sub-menu)</span></p>
|
||
|
<p><br></p>
|
||
|
<p><span class=rvts17>New PPU / Old PPU</span></p>
|
||
|
<p>As of FCEUX 2.1.2, FCEUX has a new PPU core. The new PPU has improved accuracy and greater game compatibility than the previous PPU. However, some games may not work properly and there will be slight timing differences that would hurt movie compatibility. Therefore, FCEUX will still support the old PPU. Currently, Old PPU is the default setting.</p>
|
||
|
<p><br></p>
|
||
|
<p><br></p>
|
||
|
<p><span class=rvts14>Enable </span><span class=rvts15>(Sub-menu)</span></p>
|
||
|
<p><br></p>
|
||
|
<p><span class=rvts11>Run in Background</span></p>
|
||
|
<p><br></p>
|
||
|
<p>If enabled, FCEUX will continue to emulate when the window is not in focus. If disabled, the emulator will pause when out of focus.</p>
|
||
|
<p><br></p>
|
||
|
<p><br></p>
|
||
|
<p><span class=rvts11>Background Input</span></p>
|
||
|
<p><br></p>
|
||
|
<p>If enabled, FCEUX can continue to receive input while not in focus. (Useful for playing 2 FCEUX's simultaneously)</p>
|
||
|
<p><br></p>
|
||
|
<p><br></p>
|
||
|
<p><span class=rvts11>Auto-savestates</span></p>
|
||
|
<p><br></p>
|
||
|
<p>Enables the Auto-save feature. If enabled, FCEUX will make periodic savestates as you play (or play/record a movie). You can right-click and select the "load last auto-save" in the context menu or press the Auto-save <a class=rvts12 href="{EA4D684B-BEDB-4395-AF94-C9ACAF0B6561}.htm">hotkey</a> to back up to the last auto-save savestate.</p>
|
||
|
<p><br></p>
|
||
|
<p><br></p>
|
||
|
<p><span class=rvts13>Frame Adv. - Skip Lag</span></p>
|
||
|
<p><br></p>
|
||
|
<p>This feature, if enabled, will cause the frame advance key (see <a class=rvts12 href="{695C964E-B83F-4A6E-9BA2-1A975387DB55}.htm">movie recording</a>) to skip over lag frames. It does this by reading the lag counter (see <span class=rvts12>display</span>) and skipping past any frames where the input is not polled. </p>
|
||
|
<p><br></p>
|
||
|
<p>For instance, in a 30fps game (such as double dragon), frame advance will advance 2 frames instead of 1.</p>
|
||
|
<p><br></p>
|
||
|
<p><br></p>
|
||
|
<p><span class=rvts13>Backup Savestates</span></p>
|
||
|
<p><br></p>
|
||
|
<p>Enabled by default. This option allows for savestate & loadstate Undo (& redo). <span class=rvts18> (see </span><a class=rvts19 href="{3BB85A6B-4C1E-4136-A7FF-A8A6E4894F80}.htm">context menu</a><span class=rvts18>)</span></p>
|
||
|
<p><br></p>
|
||
|
<p><br></p>
|
||
|
<p><span class=rvts13>Compression Savestates</span></p>
|
||
|
<p><br></p>
|
||
|
<p>Enabled by default. This option compresses non movie savestates.</p>
|
||
|
<p><br></p>
|
||
|
<p><span class=rvts14>Display </span><span class=rvts15>(Sub-Menu)</span></p>
|
||
|
<p><br></p>
|
||
|
<p><span class=rvts11>Input Display</span></p>
|
||
|
<p><br></p>
|
||
|
<p>The input display will display 1-4 pictures of a NES controller at the bottom of the screen. When playing/recording a movie, these controllers will display the input that is captured in the file. </p>
|
||
|
<p><br></p>
|
||
|
<p>The input display can also be toggled by hotkey/ The default key for toggling the Input display is the "," (comma) key. (This can be re-mapped in the <a class=rvts12 href="{EA4D684B-BEDB-4395-AF94-C9ACAF0B6561}.htm">Map Hotkeys Menu</a>).</p>
|
||
|
<p><br></p>
|
||
|
<p><br></p>
|
||
|
<p><span class=rvts11>Lag Counter</span></p>
|
||
|
<p><br></p>
|
||
|
<p>The lag counter will increment every time to the game fails to poll for user input. It will display in red on any frame that is currently lagging and will increment the lag counter by 1. These situations occur when the game is lagging (too much information to process), or the game is in a screen transition state (so not polling for user input). In a 30fps game (such as Double Dragon 2), it will increment every other frame.</p>
|
||
|
<p><br></p>
|
||
|
<p>The lag counter value is stored in savestates. </p>
|
||
|
<p><br></p>
|
||
|
<p>Displaying the lag counter can be done by hotkey as well. It must be mapped to a hotkey in the <a class=rvts12 href="{EA4D684B-BEDB-4395-AF94-C9ACAF0B6561}.htm">Map Hokeys Menu</a>.</p>
|
||
|
<p>It can be reset to 0 by mapping the reset lag counter hokey in the <a class=rvts12 href="{EA4D684B-BEDB-4395-AF94-C9ACAF0B6561}.htm">Map Hotkeys Menu</a>.</p>
|
||
|
<p><br></p>
|
||
|
<p><br></p>
|
||
|
<p><span class=rvts11>Frame Counter</span></p>
|
||
|
<p><br></p>
|
||
|
<p>Toggles the display of the frame counter. The frame counter will increment once per frame.</p>
|
||
|
<p><br></p>
|
||
|
<p><br></p>
|
||
|
<p><span class=rvts11>Display BG</span></p>
|
||
|
<p>Turning this off will turn off the backgrounds in the game.</p>
|
||
|
<p><br></p>
|
||
|
<p><br></p>
|
||
|
<p><span class=rvts11>Display OBJ</span></p>
|
||
|
<p>Turning this off will turn off the objects in the game.</p>
|
||
|
<p><br></p>
|
||
|
<p>Note: You can set the default color when the Backgrounds are turned off. To do so, open fceux.cfg and change the value of the entry named: <span class=rvts16>gNoBGFillColor </span></p>
|
||
|
<p><span class=rvts16><br></span></p>
|
||
|
<p><span class=rvts16><br></span></p>
|
||
|
<p><span class=rvts11>Save Config File</span></p>
|
||
|
<p><span class=rvts16><br></span></p>
|
||
|
<p><span class=rvts16>Saves current settings to fceux.cfg. Normally settings are not saved until FCEUX is closed.</span></p>
|
||
|
<p class=rvps3><span class=rvts21>2008</span></p>
|
||
|
<p class=rvps4><span class=rvts22>This help file has been generated by the freeware version of </span><a class=rvts23 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
|
||
|
|
||
|
</body></html>
|