fceux/help/Gettingstarted.html

111 lines
5.1 KiB
HTML

<html>
<head>
<title>Getting Started</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("Gettingstarted");
}
});
</script>
</head>
<body>
<div id="topic_header">
<div id="topic_header_content">
<h1>Getting Started</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="General.html"><img src="img/arrow_left.png" alt="Previous"/></a>
<a href="Gamefilecompatibility.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">Getting Started</span></p>
<p><br/></p>
<p><span class="rvts27">Playing Games</span></p>
<p><br/></p>
<p>The most basic function of FCEUX is to play Nintendo Entertainment System (NES) and Famicom Disk System (FDS) games.</p>
<p><br/></p>
<p>To play a game, simply open a ROM by selecting "Open" in the File Menu (or press Ctrl+O). &nbsp;(See <a class="rvts18" href="Gamefilecompatibility.html">Game Compatibility</a> for information regarding file types that are compatible with FCEU.)</p>
<p><br/></p>
<p>To get set up properly, you may need to configure any of the following:</p>
<p><br/></p>
<p>-<a class="rvts18" href="Input.html">Input</a></p>
<p>-<a class="rvts18" href="Video.html">Video</a></p>
<p>-<a class="rvts18" href="SoundOptions.html">Sound</a></p>
<p>-<a class="rvts18" href="Timing.html">Timing</a></p>
<p>-<a class="rvts18" href="GUI.html">GUI settings</a></p>
<p>-<a class="rvts18" href="MapHotkeys.html">Hotkeys</a></p>
<p>-<a class="rvts18" href="Directories.html">Directory Overrides</a></p>
<p><br/></p>
<p><br/></p>
<p><span class="rvts16">Using Savestates</span></p>
<p><br/></p>
<p>In emulation, a savestate (alternatively called freeze state or game freeze) is a snapshot of all of an emulated device's state information at a given moment. This makes it possible to pause emulation, and restart it later, even in another instance of the emulator, or to test the emulated machines reaction to different series of inputs using the saved state as a common starting point. </p>
<p><br/></p>
<p>To make a savestate press shift + F1-F10 to save to a save slot (0-9). &nbsp;Or select a save slot with the number keys (0-9) and select the quick save command (Default hotkey is "I")</p>
<p><br/></p>
<p>To load a savestate press F1-F10. &nbsp;Or select a save slot with the number keys (0-9) and loadstate by navigating to File &gt; Savestate &gt; &nbsp;Loadstate or by pressing the loadstate hotkey (Default hotkey is "P").</p>
<p><br/></p>
<p>To save a state to a specific file, go to "Save state as..." in the FCEUX File menu.</p>
<p><br/></p>
<p>To load a specific savestate file, go to the "Load state from..." in the FCEUX File menu.</p>
<p><br/></p>
<p><br/></p>
<p><span class="rvts16">Undo Savestate / Loadstate</span></p>
<p><br/></p>
<p>If you load a state by accident, you can right-click and select "Undo Loadstate" to restore the emulator back to the state it was in before the loadstate. &nbsp;Upon using undo loadstate, a redo loadstate will appear as an option. &nbsp;</p>
<p><br/></p>
<p>If you make a savestate, it will overwrite the existing savestate for that slot. &nbsp;You have the option to undo this and restore the previous savestate file by right-clicking and selecting undo savestate. &nbsp;Once you undo, you will have the option to redo savestate to restore the savestate that you made. &nbsp;You can also map a <a class="rvts18" href="MapHotkeys.html">hotkey</a> to this function, by default it's mapped to Ctrl+Z.</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/iphone-website-generation">Create iPhone web-based documentation</a></p>
</div>
<div id="topic_footer">
<div id="topic_footer_content">
2016</div>
</div>
</body>
</html>