fceux/help/NES.html

109 lines
3.8 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.7.1.482">
<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="FamicomDiskSytem.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="FamicomDiskSytem.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="rvts34">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><span class="rvts16"><br/></span></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></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">
2012</div>
</div>
</body>
</html>