mirror of https://github.com/stella-emu/stella.git
add HTML version of R77 Quick Navigation Guide
This commit is contained in:
parent
8acefcbb50
commit
fe826bfc98
|
@ -1,6 +1,4 @@
|
|||
TODOs:
|
||||
- convert into HTML
|
||||
- maybe display inside a R77 specific help dialog (from Command dialog)
|
||||
- check if Command dialog and Settings shoud use the same button (16:9,4:3)
|
||||
- explain Command and Settings dialog
|
||||
- explain Power-on options dialog (or refer to Stella User's Guide)
|
||||
|
|
|
@ -0,0 +1,215 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Stella for Retron R77</title>
|
||||
<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;
|
||||
width: 150px;
|
||||
margin-top: 24px;
|
||||
margin-bottom: 8px;
|
||||
text-align: center;
|
||||
}
|
||||
h4 {
|
||||
color: #ac3410;
|
||||
margin-top: 16px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
p {
|
||||
margin-top: 8px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
table, th, td {
|
||||
border: 0px solid;
|
||||
padding: 4px;
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
}
|
||||
table {
|
||||
border: 1px solid;
|
||||
margin-left: 16px;
|
||||
border-collapse: collapse;
|
||||
background-color: #f0f0cf;
|
||||
}
|
||||
th {
|
||||
text-align: left;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body bgcolor="#c9af7c">
|
||||
|
||||
<center><h1>Stella for Retron R77</h1></center>
|
||||
<center><h2>Atari 2600 VCS emulator</h2></center>
|
||||
<center>Release 6.1 Beta 1</center>
|
||||
<center><h2>Quick Navigation Guide</h2></center>
|
||||
<br/>
|
||||
<p>Stella for R77 can be controlled via the console buttons or a joystick
|
||||
in left or right port. The resulting actions are depending on the current
|
||||
mode and are described below.</p>
|
||||
|
||||
<h3><a name="Emulation">During emulation</a></h3>
|
||||
|
||||
<p>The joysticks work normal and all console buttons as labeled except of the
|
||||
following.</p>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Joystick</th>
|
||||
<th>Button</th>
|
||||
<th>Action</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Button 3</td>
|
||||
<td>4:3,16:9</td>
|
||||
<td>Open the command dialog</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Button 4</td>
|
||||
<td>-</td>
|
||||
<td>Open settings</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Button 5</td>
|
||||
<td>FRY</td>
|
||||
<td>Return to launcher</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Button 6</td>
|
||||
<td>-</td>
|
||||
<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>
|
||||
|
||||
<h3><a name="Launcher">Inside Launcher</a></h3>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Joystick</th>
|
||||
<th>Button</th>
|
||||
<th>Action</th>
|
||||
</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>
|
||||
<td>Open power-on options</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Button 4</td>
|
||||
<td>COLOR, B/W</td>
|
||||
<td>Open settings</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h3><a name="Dialog">Inside a dialog</a></h3>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Joystick</th>
|
||||
<th>Button</th>
|
||||
<th>Action</th>
|
||||
</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>
|
||||
|
||||
<br/>
|
||||
<p><b>Note:</b> If you have a keyboard attached via OTG all keys work as described
|
||||
in the Stella User's Guide.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue