mirror of https://github.com/stella-emu/stella.git
minor doc updates
This commit is contained in:
parent
f5dcd911ed
commit
f19171ef15
10
Changes.txt
10
Changes.txt
|
@ -12,7 +12,7 @@
|
||||||
Release History
|
Release History
|
||||||
===========================================================================
|
===========================================================================
|
||||||
|
|
||||||
6.0.2 to 6.1: (MM dd, 2019)
|
6.0.2 to 6.1: (MM dd, 2020)
|
||||||
|
|
||||||
* Note: because of major event remapping changes, all remappings will be
|
* Note: because of major event remapping changes, all remappings will be
|
||||||
reset to defaults; if you had custom mappings, they will need to
|
reset to defaults; if you had custom mappings, they will need to
|
||||||
|
@ -29,6 +29,10 @@
|
||||||
* Controllers can be changed during emulation (no ROM reload required
|
* Controllers can be changed during emulation (no ROM reload required
|
||||||
anymore).
|
anymore).
|
||||||
|
|
||||||
|
* Added support for Light Gun controller
|
||||||
|
|
||||||
|
* Added limitted KidVid support (8, 9 and 0 start the games)
|
||||||
|
|
||||||
* Removed superfluous controller option 'PADDLES_IDIR'.
|
* Removed superfluous controller option 'PADDLES_IDIR'.
|
||||||
|
|
||||||
* Added configurable paddle dejittering.
|
* Added configurable paddle dejittering.
|
||||||
|
@ -51,6 +55,10 @@
|
||||||
|
|
||||||
* Added option to configure controller input repeat speed.
|
* Added option to configure controller input repeat speed.
|
||||||
|
|
||||||
|
* Added high quality scaling
|
||||||
|
|
||||||
|
* Made scanlines better aligned to scaling
|
||||||
|
|
||||||
* Added 'HiDPI' mode, which scales the UI by 2x when enabled. This is
|
* Added 'HiDPI' mode, which scales the UI by 2x when enabled. This is
|
||||||
meant for 4k and above monitors, but can actually be used at any
|
meant for 4k and above monitors, but can actually be used at any
|
||||||
lower resolution that is large enough to display the scaled UI.
|
lower resolution that is large enough to display the scaled UI.
|
||||||
|
|
|
@ -1789,7 +1789,7 @@
|
||||||
<td> ✕</td>
|
<td> ✕</td>
|
||||||
<td> ✕</td>
|
<td> ✕</td>
|
||||||
<td> ✓</td>
|
<td> ✓</td>
|
||||||
<td> ✕</td>
|
<td> ✓ (axis ignored)</td>
|
||||||
<td> ✕</td>
|
<td> ✕</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -3827,6 +3827,7 @@ Ms Pac-Man (Stella extended codes):
|
||||||
<tr><td>CompuMate ¹</td><td>Spectravideo CompuMate (if either left or right is set, CompuMate is used for both).</td></tr>
|
<tr><td>CompuMate ¹</td><td>Spectravideo CompuMate (if either left or right is set, CompuMate is used for both).</td></tr>
|
||||||
<tr><td>Lightgun</td><td>Atari XG-1 compatible Light Gun</td></tr>
|
<tr><td>Lightgun</td><td>Atari XG-1 compatible Light Gun</td></tr>
|
||||||
<tr><td>Mindlink ¹</td><td>Mindlink controller.</td></tr>
|
<tr><td>Mindlink ¹</td><td>Mindlink controller.</td></tr>
|
||||||
|
<tr><td>KidVid ¹</td><td>KidVid controller, limitted suport (8, 9 and 0 start the games).</td></tr>
|
||||||
</table></td>
|
</table></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue