mirror of https://github.com/stella-emu/stella.git
Further improve R77-Guide formatting
This commit is contained in:
parent
75d6ee4ea0
commit
09a54b6cad
|
@ -1,6 +1,6 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Stella for Retron R77</title>
|
||||
<title>Stella for RetroN 77</title>
|
||||
<meta name="" content="docs">
|
||||
<style>
|
||||
h1 {
|
||||
|
@ -20,9 +20,9 @@
|
|||
padding: 8px;
|
||||
background-color: #ac3410;
|
||||
color: #f0f0cf;
|
||||
width: 150px;
|
||||
margin-top: 24px;
|
||||
margin-bottom: 8px;
|
||||
width: 160px;
|
||||
margin-top: 32px;
|
||||
margin-bottom: -4px;
|
||||
text-align: center;
|
||||
}
|
||||
h4 {
|
||||
|
@ -30,49 +30,54 @@
|
|||
margin-top: 16px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
blockquote {
|
||||
margin-left: 32px;
|
||||
}
|
||||
p {
|
||||
margin-top: 8px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
table, th, td {
|
||||
border: 0px solid;
|
||||
padding: 4px;
|
||||
padding-bottom: 8px;
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
}
|
||||
table {
|
||||
border: 1px solid;
|
||||
margin-left: 16px;
|
||||
border-collapse: collapse;
|
||||
background-color: #f0f0cf;
|
||||
}
|
||||
th {
|
||||
text-align: left;
|
||||
padding-top: 8px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body bgcolor="#c9af7c">
|
||||
|
||||
<center><h1>Stella for Retron R77</h1></center>
|
||||
<center><h1>Stella for RetroN 77</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>
|
||||
<blockquote>
|
||||
|
||||
<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>
|
||||
<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>
|
||||
<th width=110px>Joystick</th>
|
||||
<th width=100px>Button</th>
|
||||
<th width=170px>Action</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Button 3</td>
|
||||
|
@ -105,14 +110,16 @@
|
|||
<td>Reset</td>
|
||||
</tr>
|
||||
</table>
|
||||
</blockquote>
|
||||
|
||||
<h3><a name="Launcher">Inside Launcher</a></h3>
|
||||
<h3><a name="Launcher">In the Launcher</a></h3>
|
||||
|
||||
<blockquote>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Joystick</th>
|
||||
<th>Button</th>
|
||||
<th>Action</th>
|
||||
<th width=110px>Joystick</th>
|
||||
<th width=100px>Button</th>
|
||||
<th width=170px>Action</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Up</td>
|
||||
|
@ -150,14 +157,16 @@
|
|||
<td>Open settings</td>
|
||||
</tr>
|
||||
</table>
|
||||
</blockquote>
|
||||
|
||||
<h3><a name="Dialog">Inside a dialog</a></h3>
|
||||
<h3><a name="Dialog">In a Dialog</a></h3>
|
||||
|
||||
<blockquote>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Joystick</th>
|
||||
<th>Button</th>
|
||||
<th>Action</th>
|
||||
<th width=110px>Joystick</th>
|
||||
<th width=100px>Button</th>
|
||||
<th width=170px>Action</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Up</td>
|
||||
|
@ -205,10 +214,13 @@
|
|||
<td>Cancel</td>
|
||||
</tr>
|
||||
</table>
|
||||
</blockquote>
|
||||
|
||||
<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>
|
||||
<b>Note:</b> If you have a keyboard attached via OTG, all keys work as
|
||||
described in the <b>Stella User's Guide</b>.
|
||||
|
||||
</blockquote>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue