2012-03-23 20:30:31 +00:00
< html >
< head >
< title > NES Menu< / title >
< meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8" >
2012-08-08 15:00:14 +00:00
< meta name = "generator" content = "HelpNDoc Personal Edition 3.6.0.345" >
2012-03-23 20:30:31 +00:00
< 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]-->
2012-07-01 14:11:24 +00:00
< style type = "text/css" >
#topic_header
{
background-color: #EFEFEF;
}
< / style >
2012-03-23 20:30:31 +00:00
< script type = "text/javascript" src = "js/jquery.min.js" > < / script >
< script type = "text/javascript" src = "js/hnd.js" > < / script >
2012-08-08 15:00:14 +00:00
< script type = "text/javascript" >
2012-03-23 20:30:31 +00:00
if (top.frames.length == 0)
2012-07-01 14:11:24 +00:00
{
var sTopicUrl = top.location.href.substring(top.location.href.lastIndexOf("/") + 1, top.location.href.length);
top.location.href = "fceux.html?" + sTopicUrl;
}
2012-03-23 20:30:31 +00:00
else if (top & & top.FrameTOC & & top.FrameTOC.SelectTocItem)
2012-07-01 14:11:24 +00:00
{
top.FrameTOC.SelectTocItem("NES");
}
2012-03-23 20:30:31 +00:00
< / 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 > › › < / 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 > < span class = "rvts17" > NES< / span > < / p >
2012-08-08 15:00:14 +00:00
< p > < br / > < / p >
2012-03-23 20:30:31 +00:00
< 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 >
2012-08-08 15:00:14 +00:00
< p > < br / > < / p >
2012-03-23 20:30:31 +00:00
< p > < span class = "rvts16" > Reset< / span > < / p >
< p > Emulates the pressing of the Reset Button on the NES. ("Soft reset").< / p >
2012-08-08 15:00:14 +00:00
< p > < br / > < / p >
2012-03-23 20:30:31 +00:00
< 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 >
2012-08-08 15:00:14 +00:00
< p > < br / > < / p >
2012-03-23 20:30:31 +00:00
< p > < span class = "rvts16" > Eject/Insert Disk< / span > < / p >
< p > Ejects or inserts a FDS disk. (See < a class = "rvts18" href = "FamicomDiskSytem.html" > Famicom Disk System< / a > )< / p >
2012-08-08 15:00:14 +00:00
< p > < br / > < / p >
2012-03-23 20:30:31 +00:00
< 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 >
2012-08-08 15:00:14 +00:00
< p > < br / > < / p >
2012-03-23 20:30:31 +00:00
< p > < span class = "rvts16" > Insert Coin< / span > < / p >
< p > Emulates the inserting of a coin in an arcade-style game.< / p >
2012-08-08 15:00:14 +00:00
< p > < br / > < / p >
< p > < br / > < / p >
2012-07-01 14:11:24 +00:00
< p > < span class = "rvts33" > Emulation Speed Sub Menu< / span > < / p >
2012-08-08 15:00:14 +00:00
< p > < br / > < / p >
2012-03-23 20:30:31 +00:00
< p > < span class = "rvts16" > Speed Up< / span > < / p >
< p > Speeds up emulation (emulation speed ranges from 1% to 6400%)< / p >
2012-08-08 15:00:14 +00:00
< p > < br / > < / p >
2012-03-23 20:30:31 +00:00
< p > < span class = "rvts16" > Slow Down< / span > < / p >
< p > Slows down emulation< / p >
2012-08-08 15:00:14 +00:00
< p > < br / > < / p >
2012-03-23 20:30:31 +00:00
< p > < span class = "rvts16" > Slowest Speed< / span > < / p >
< p > Sets emulation to 1% speed< / p >
2012-08-08 15:00:14 +00:00
< p > < span class = "rvts16" > < br / > < / span > < / p >
2012-03-23 20:30:31 +00:00
< p > < span class = "rvts16" > Normal Speed< / span > < / p >
< p > Sets emulation speed to 100%< / p >
2012-08-08 15:00:14 +00:00
< p > < br / > < / p >
2012-03-23 20:30:31 +00:00
< p > < span class = "rvts16" > Turbo< / span > < / p >
< p > Toggles turbo mode. In turbo mode, emulation is set its fastest settings.< / p >
2012-08-08 15:00:14 +00:00
< 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 >
2012-03-23 20:30:31 +00:00
< / div >
< div id = "topic_footer" >
< div id = "topic_footer_content" >
2012< / div >
< / div >
< / body >
< / html >