2020-01-18 12:45:30 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
2020-01-18 16:44:19 +00:00
|
|
|
<title>Stella for RetroN 77</title>
|
2020-01-18 12:45:30 +00:00
|
|
|
<meta name="" content="docs">
|
|
|
|
<style>
|
|
|
|
h1 {
|
|
|
|
background-color: #ac3410;
|
|
|
|
color: #f0f0cf;
|
|
|
|
padding-top: 20px;
|
|
|
|
padding-bottom: 20px;
|
|
|
|
margin-top: 8px;
|
|
|
|
margin-bottom: 18px;
|
|
|
|
}
|
|
|
|
h2 {
|
|
|
|
color: #ac3410;
|
|
|
|
margin-top: 24px;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
h3 {
|
|
|
|
padding: 8px;
|
|
|
|
background-color: #ac3410;
|
|
|
|
color: #f0f0cf;
|
2020-01-18 16:44:19 +00:00
|
|
|
width: 160px;
|
|
|
|
margin-top: 32px;
|
|
|
|
margin-bottom: -4px;
|
2020-01-18 12:45:30 +00:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
h4 {
|
|
|
|
color: #ac3410;
|
|
|
|
margin-top: 16px;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
}
|
2020-01-18 16:44:19 +00:00
|
|
|
blockquote {
|
|
|
|
margin-left: 32px;
|
|
|
|
}
|
2020-01-18 12:45:30 +00:00
|
|
|
p {
|
|
|
|
margin-top: 8px;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
table, th, td {
|
|
|
|
border: 0px solid;
|
2020-01-18 16:44:19 +00:00
|
|
|
padding-bottom: 8px;
|
2020-01-18 12:45:30 +00:00
|
|
|
padding-left: 16px;
|
|
|
|
padding-right: 16px;
|
|
|
|
}
|
|
|
|
table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
background-color: #f0f0cf;
|
|
|
|
}
|
|
|
|
th {
|
|
|
|
text-align: left;
|
2020-01-18 16:44:19 +00:00
|
|
|
padding-top: 8px;
|
2020-01-18 12:45:30 +00:00
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body bgcolor="#c9af7c">
|
|
|
|
|
2020-01-18 16:44:19 +00:00
|
|
|
<center><h1>Stella for RetroN 77</h1></center>
|
2020-01-18 12:45:30 +00:00
|
|
|
<center><h2>Atari 2600 VCS emulator</h2></center>
|
2021-11-10 17:37:13 +00:00
|
|
|
<center>Release 6.6</center>
|
2020-01-18 12:45:30 +00:00
|
|
|
<center><h2>Quick Navigation Guide</h2></center>
|
|
|
|
<br/>
|
|
|
|
|
2020-01-18 16:44:19 +00:00
|
|
|
<blockquote>
|
2020-01-18 12:45:30 +00:00
|
|
|
|
2020-01-18 16:44:19 +00:00
|
|
|
<b>Stella for RetroN 77</b> can be controlled via the console buttons or a
|
|
|
|
joystick in the left or right port. The resulting actions are depending on
|
|
|
|
the current mode and are described below.
|
|
|
|
|
|
|
|
<h3><a name="Emulation">During Emulation</a></h3>
|
|
|
|
<blockquote>
|
2020-01-18 12:45:30 +00:00
|
|
|
<p>The joysticks work normal and all console buttons as labeled except of the
|
|
|
|
following.</p>
|
|
|
|
|
|
|
|
<table>
|
|
|
|
<tr>
|
2020-01-18 16:44:19 +00:00
|
|
|
<th width=110px>Joystick</th>
|
|
|
|
<th width=100px>Button</th>
|
|
|
|
<th width=170px>Action</th>
|
2020-01-18 12:45:30 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2020-01-25 22:33:05 +00:00
|
|
|
<td>Button 4</td>
|
2020-01-18 12:45:30 +00:00
|
|
|
<td>4:3,16:9</td>
|
2021-01-10 11:32:52 +00:00
|
|
|
<td>Open the <a href="#CommandMenu">Command Menu</a></td>
|
2020-01-18 12:45:30 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Button 5</td>
|
|
|
|
<td>FRY</td>
|
|
|
|
<td>Return to launcher</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Button 6</td>
|
|
|
|
<td>-</td>
|
2020-01-25 22:33:05 +00:00
|
|
|
<td>Open settings</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Button 7</td>
|
|
|
|
<td>-</td>
|
2020-01-18 12:45:30 +00:00
|
|
|
<td>Rewind game</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Button 8</td>
|
|
|
|
<td>MODE</td>
|
|
|
|
<td>Select</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Button 9</td>
|
|
|
|
<td>RESET</td>
|
|
|
|
<td>Reset</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
2020-01-18 16:44:19 +00:00
|
|
|
</blockquote>
|
2020-01-18 12:45:30 +00:00
|
|
|
|
2020-01-18 16:44:19 +00:00
|
|
|
<h3><a name="Launcher">In the Launcher</a></h3>
|
2020-01-18 12:45:30 +00:00
|
|
|
|
2020-01-18 16:44:19 +00:00
|
|
|
<blockquote>
|
2020-01-18 12:45:30 +00:00
|
|
|
<table>
|
|
|
|
<tr>
|
2020-01-18 16:44:19 +00:00
|
|
|
<th width=110px>Joystick</th>
|
|
|
|
<th width=100px>Button</th>
|
|
|
|
<th width=170px>Action</th>
|
2020-01-18 12:45:30 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Up</td>
|
|
|
|
<td>SAVE</td>
|
|
|
|
<td>Previous game</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Down</td>
|
|
|
|
<td>RESET</td>
|
|
|
|
<td>Next game</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Left</td>
|
|
|
|
<td>LOAD</td>
|
|
|
|
<td>Page up</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Right</td>
|
|
|
|
<td>MODE</td>
|
|
|
|
<td>Page down</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Button 1</td>
|
|
|
|
<td>SKILL P1</td>
|
|
|
|
<td>Start selected game</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Button 2 or</br>hold Button 1</td>
|
|
|
|
<td>SKILL P2</td>
|
2021-01-10 11:32:52 +00:00
|
|
|
<td>Open Power-On options</td>
|
2020-01-18 12:45:30 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Button 4</td>
|
|
|
|
<td>COLOR, B/W</td>
|
2021-01-10 11:32:52 +00:00
|
|
|
<td>Open the <a href="#Settings">Settings Dialog</a></td>
|
2020-01-18 12:45:30 +00:00
|
|
|
</tr>
|
|
|
|
</table>
|
2020-01-18 16:44:19 +00:00
|
|
|
</blockquote>
|
2020-01-18 12:45:30 +00:00
|
|
|
|
2020-01-18 16:44:19 +00:00
|
|
|
<h3><a name="Dialog">In a Dialog</a></h3>
|
2020-01-18 12:45:30 +00:00
|
|
|
|
2020-01-18 16:44:19 +00:00
|
|
|
<blockquote>
|
2020-01-18 12:45:30 +00:00
|
|
|
<table>
|
|
|
|
<tr>
|
2020-01-18 16:44:19 +00:00
|
|
|
<th width=110px>Joystick</th>
|
|
|
|
<th width=100px>Button</th>
|
|
|
|
<th width=170px>Action</th>
|
2020-01-18 12:45:30 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Up</td>
|
|
|
|
<td>SAVE</td>
|
|
|
|
<td>Increase current setting</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Down</td>
|
|
|
|
<td>RESET</td>
|
|
|
|
<td>Decrease current setting</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Left</td>
|
|
|
|
<td>LOAD</td>
|
|
|
|
<td>Previous dialog element</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Right</td>
|
|
|
|
<td>MODE</td>
|
|
|
|
<td>Next dialog element</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Button 1</td>
|
|
|
|
<td>SKILL P1</td>
|
|
|
|
<td>Select element</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Button 2</td>
|
|
|
|
<td>SKILL P2</td>
|
|
|
|
<td>OK</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Button 3 or<br/>Button 1 + Left</td>
|
|
|
|
<td>4:3,16:9</td>
|
|
|
|
<td>Previous tab</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Button 4 or<br/>Button 1 + Right</td>
|
|
|
|
<td>FRY</td>
|
|
|
|
<td>Next settings</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Button 6</td>
|
|
|
|
<td>-</td>
|
|
|
|
<td>Cancel</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
2020-01-18 16:44:19 +00:00
|
|
|
</blockquote>
|
2020-01-18 12:45:30 +00:00
|
|
|
|
|
|
|
<br/>
|
2020-01-18 16:44:19 +00:00
|
|
|
<b>Note:</b> If you have a keyboard attached via OTG, all keys work as
|
2021-01-10 11:32:52 +00:00
|
|
|
described in the <b><a href="index.html">Stella User's Guide</a></b>.
|
|
|
|
|
|
|
|
</blockquote>
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
<blockquote>
|
|
|
|
Two dialogs were especially (re)designed for the RetroN 77:
|
2020-01-18 16:44:19 +00:00
|
|
|
|
2021-01-10 11:32:52 +00:00
|
|
|
<h2><a name="CommandMenu">Command Menu</a></h2>
|
|
|
|
<p>
|
|
|
|
<table width=1024px>
|
|
|
|
<tr>
|
|
|
|
<td width="41%">This dialog is similar to the PC version's
|
|
|
|
<a href="index.html#CommandMenu"><b>Command Menu</b></a>, but with some
|
|
|
|
commands especially selected for the RetroN 77.</td>
|
2021-01-26 18:30:10 +00:00
|
|
|
<td><p><img src="commandsmenu_r77.png"></p></td>
|
2021-01-10 11:32:52 +00:00
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<h2>Basic <a name="Settings">Settings Dialog</a></h2>
|
|
|
|
<p>
|
|
|
|
<table width=1024px>
|
|
|
|
<tr>
|
|
|
|
<td width="41%">
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
'Use Advanced Settings...' switches settings mode. Then you have
|
|
|
|
access to all Stella setting. But please be careful, make sure that
|
|
|
|
you know what you are doing!
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
The 'Help...' dialog explains the function of the console and
|
|
|
|
controller buttons, similar to this document.
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Finally the dialog combines the most important settings from
|
|
|
|
several other dialogs of the PC version:
|
|
|
|
<ul>
|
|
|
|
<li>For 'UI theme' and 'Dialogs position' see
|
|
|
|
<b><a href="index.html#UserInterface">User Interface Settings</a> - Look & Feel</b>.
|
|
|
|
</li>
|
|
|
|
</br>
|
|
|
|
<li>'TV mode', 'Scanline intensity', 'Phosphor blend' and 'Overscan'
|
|
|
|
are described in
|
|
|
|
<b><a href="index.html#VideoAudio">Video & Audio Settings</a> - Display</b> and <b>TV Effects</b>.
|
|
|
|
</li>
|
|
|
|
</br>
|
|
|
|
<li>'Left port' and 'Right port' are defined per game. For details
|
|
|
|
see <b><a href="index.html#Properties">Game Properties</a> - Controller Properties</b>.
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</td>
|
2021-01-26 18:30:10 +00:00
|
|
|
<td><p><img src="basic_settings.png"></p></td>
|
2021-01-10 11:32:52 +00:00
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</p>
|
2020-01-18 16:44:19 +00:00
|
|
|
</blockquote>
|
2020-01-18 12:45:30 +00:00
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|