mirror of https://github.com/stella-emu/stella.git
updated doc
This commit is contained in:
parent
1daf02b827
commit
8c9cbc87cb
docs
|
@ -70,7 +70,7 @@
|
|||
|
||||
<br><br><br>
|
||||
|
||||
<center><b>February 1999 - ??? 2020</b></center>
|
||||
<center><b>February 1999 - June 2020</b></center>
|
||||
<center><b>The Stella Team</b></center>
|
||||
<center><b><a href="https://stella-emu.github.io">Stella Homepage</a></b></center>
|
||||
|
||||
|
@ -2342,9 +2342,10 @@
|
|||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><pre>-joyallow4 <1|0></pre></td>
|
||||
<td>Allow all 4 directions on a joystick to be pressed
|
||||
simultaneously.</td>
|
||||
<td><pre>-psense <number></pre></td>
|
||||
<td>Sensitivity for emulation of paddles when using analog paddles.
|
||||
Valid range of values is from 1 to 30, with larger numbers causing
|
||||
faster movement.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
@ -2357,6 +2358,41 @@
|
|||
<td>Impact of fast paddle movement on input averaging.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><pre>-dcsense <number></pre></td>
|
||||
<td>Sensitivity for emulation of driving controllers when using a mouse.
|
||||
Valid range of values is from 1 to 20, with larger numbers causing
|
||||
faster movement.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><pre>-joyallow4 <1|0></pre></td>
|
||||
<td>Allow all 4 directions on a joystick to be pressed
|
||||
simultaneously.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><pre>-modcombo <1|0></pre></td>
|
||||
<td>Use modifier(Shift/Alt/Control)-x key combos. This is normally enabled,
|
||||
since the 'Quit' command is tied to 'Control-q'. However, there are times
|
||||
when you want to disable them.</br>
|
||||
E.g. a 2-player game is using either the 'f' or 'r' keys for movement,
|
||||
and pressing Control (for Fire) will perform an unwanted action
|
||||
associated with Control-r or Control-f default keys.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><pre>-saport <lr|rl></pre></td>
|
||||
<td>Determines how to enumerate the Stelladaptor/2600-daptor devices in the
|
||||
order they are found: 'lr' means first is left port, second is right port,
|
||||
'rl' means the opposite.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><pre>-avoxport <name></pre></td>
|
||||
<td>Set the name of the serial port where an AtariVox is connected.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><pre>-usemouse <always|analog|never></pre></td>
|
||||
<td>Use mouse as a controller as specified by ROM properties in specific case.
|
||||
|
@ -2364,24 +2400,6 @@
|
|||
(paddles, trackball, etc.).</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><pre>-grabmouse <1|0></pre></td>
|
||||
<td>Locks the mouse cursor in the game window in emulation mode.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><pre>-cursor <0|1|2|3></pre></td>
|
||||
<td>Set mouse cursor state in UI/emulation modes.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><pre>-dsense <number></pre></td>
|
||||
<td>Sensitivity for emulation of paddles when using a digital device
|
||||
(ie, joystick digital axis or button, keyboard key, etc.).
|
||||
Valid range of values is from 1 to 20, with larger numbers causing
|
||||
faster movement.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><pre>-msense <number></pre></td>
|
||||
<td>Sensitivity for emulation of paddles when using a mouse.
|
||||
|
@ -2397,27 +2415,21 @@
|
|||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><pre>-dcsense <number></pre></td>
|
||||
<td>Sensitivity for emulation of driving controllers when using a mouse.
|
||||
<td><pre>-dsense <number></pre></td>
|
||||
<td>Sensitivity for emulation of paddles when using a digital device
|
||||
(ie, joystick digital axis or button, keyboard key, etc.).
|
||||
Valid range of values is from 1 to 20, with larger numbers causing
|
||||
faster movement.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><pre>-saport <lr|rl></pre></td>
|
||||
<td>Determines how to enumerate the Stelladaptor/2600-daptor devices in the
|
||||
order they are found: 'lr' means first is left port, second is right port,
|
||||
'rl' means the opposite.</td>
|
||||
<td><pre>-cursor <0|1|2|3></pre></td>
|
||||
<td>Set mouse cursor state in UI/emulation modes.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><pre>-modcombo <1|0></pre></td>
|
||||
<td>Use modifier(Shift/Alt/Control)-x key combos. This is normally enabled,
|
||||
since the 'Quit' command is tied to 'Control-q'. However, there are times
|
||||
when you want to disable them.</br>
|
||||
E.g. a 2-player game is using either the 'f' or 'r' keys for movement,
|
||||
and pressing Control (for Fire) will perform an unwanted action
|
||||
associated with Control-r or Control-f default keys.</td>
|
||||
<td><pre>-grabmouse <1|0></pre></td>
|
||||
<td>Locks the mouse cursor in the game window in emulation mode.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
@ -2588,11 +2600,6 @@
|
|||
<td>Make the start path follow ROM launcher navigation.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><pre>-avoxport <name></pre></td>
|
||||
<td>Set the name of the serial port where an AtariVox is connected.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><pre>-maxres <WxH></pre></td>
|
||||
<td>Useful for developers, this sets the maximum size of window that
|
||||
|
|
Loading…
Reference in New Issue