add HTML version of R77 Quick Navigation Guide

This commit is contained in:
thrust26 2020-01-18 13:45:30 +01:00
parent 8acefcbb50
commit fe826bfc98
2 changed files with 218 additions and 5 deletions

View File

@ -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)
@ -32,7 +30,7 @@ Inside Launcher:
Right MODE Page down
Button 1 SKILL P1 Start selected game
Button 2 or SKILL P2 Open power-on options
hold Button 1
hold Button 1
Button 4 COLOR,B/W Open settings
Inside a dialog:
@ -45,9 +43,9 @@ Inside a dialog:
Button 1 SKILL P1 Select element
Button 2 SKILL P2 OK
Button 3 or 4:3,16:9 Previous tab
Button 1 + Left
Button 1 + Left
Button 4 or FRY Next tab
Button 1 + Right
Button 1 + Right
Button 6 - Cancel
Note: If you have a keyboard attached via OTG all keys work as described in

215
docs/index_r77.html Normal file
View File

@ -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>