fceux/web/help/NES.html

121 lines
4.7 KiB
HTML

<html>
<head>
<title>NES Menu</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("NES");
}
});
</script>
</head>
<body>
<div id="topic_header">
<div id="topic_header_content">
<h1>NES Menu</h1>
<div id="topic_breadcrumb">
<a href="General.html">General</a> &rsaquo;&rsaquo; </div>
</div>
<div id="topic_header_nav">
<a href="General.html"><img src="img/arrow_up.png" alt="Parent"/></a>
<a href="MovieRecording.html"><img src="img/arrow_left.png" alt="Previous"/></a>
<a href="PaletteOptions.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">NES</span></p>
<p><br/></p>
<p>Explains commands in the NES menu of FCEUX.</p>
<p>All these commands can be mapped to a keyboard/joypad button in the <a class="rvts18" href="MapHotkeys.html">Map Hotkeys Menu</a>.</p>
<p><br/></p>
<p><span class="rvts16">Reset</span></p>
<p>Emulates the pressing of the Reset Button on the NES. ("Soft reset").</p>
<p><br/></p>
<p><span class="rvts16">Power</span></p>
<p>Emulates a power cycle, which is turning the power on and off with the Power button on the NES. ("Hard Reset")</p>
<p><br/></p>
<p><span class="rvts16">Eject/Insert Disk</span></p>
<p>Ejects or inserts a FDS disk. &nbsp;(See <a class="rvts18" href="FamicomDiskSystem.html">Famicom Disk System</a>)</p>
<p><br/></p>
<p><span class="rvts16">Switch Disk Side</span></p>
<p>Switches Sides of a FDS disk. (See <a class="rvts18" href="FamicomDiskSystem.html">Famicom Disk System</a>)</p>
<p><br/></p>
<p><span class="rvts16">Insert Coin</span></p>
<p>Emulates the inserting of a coin in an arcade-style game.</p>
<p><br/></p>
<p><br/></p>
<p><span class="rvts33">Emulation Speed Sub Menu</span></p>
<p><br/></p>
<p><span class="rvts16">Speed Up</span></p>
<p>Speeds up emulation (emulation speed ranges from 1% to 6400%)</p>
<p><br/></p>
<p><span class="rvts16">Slow Down</span></p>
<p>Slows down emulation</p>
<p><br/></p>
<p><span class="rvts16">Slowest Speed</span></p>
<p>Sets emulation to 1% speed</p>
<p><br/></p>
<p><span class="rvts16">Normal Speed</span></p>
<p>Sets emulation speed to 100%</p>
<p><br/></p>
<p><span class="rvts16">Turbo</span></p>
<p>Toggles turbo mode. &nbsp; In turbo mode, emulation is set its fastest settings.</p>
<p><br/></p>
<p><span class="rvts16">Set Custom Speed</span></p>
<p>Allows you to define emulation speed by entering the number of percents (1-1000, default is 100%)</p>
<p><br/></p>
<p><span class="rvts16">Set FrameAdvance Delay</span></p>
<p>Here you can fine-tune the working of the Frame Advance key. This setting defines the delay between the moment you press Frame Advance and the moment it starts continuous emulation</p>
<p><br/></p>
<p><span class="rvts16">Set custom speed for FrameAdvance</span></p>
<p>Here you can fine-tune the working of the Frame Advance key. This setting defines the speed of continuous emulation while you're holding Frame Advance. If you leave it 0 (zero), the emulation speed will be the same as the current emulation speed (from 1% to 6400%), but if you enter a number from 1 to 1000, the current emulation speed will be ignored when holding Frame Advance.</p>
<p><br/></p>
<p><br/></p>
<p><br/></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/create-ebooks-for-amazon-kindle">Full-featured Kindle eBooks generator</a></p>
</div>
<div id="topic_footer">
<div id="topic_footer_content">
2016</div>
</div>
</body>
</html>