mirror of https://github.com/stella-emu/stella.git
minor doc updates
This commit is contained in:
parent
bfbc1be35c
commit
5d9001fbc1
10
Changes.txt
10
Changes.txt
|
@ -12,7 +12,7 @@
|
|||
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
|
||||
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
|
||||
anymore).
|
||||
|
||||
* Added support for Light Gun controller
|
||||
|
||||
* Added limitted KidVid support (8, 9 and 0 start the games)
|
||||
|
||||
* Removed superfluous controller option 'PADDLES_IDIR'.
|
||||
|
||||
* Added configurable paddle dejittering.
|
||||
|
@ -51,6 +55,10 @@
|
|||
|
||||
* 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
|
||||
meant for 4k and above monitors, but can actually be used at any
|
||||
lower resolution that is large enough to display the scaled UI.
|
||||
|
|
|
@ -1789,7 +1789,7 @@
|
|||
<td> ✕</td>
|
||||
<td> ✕</td>
|
||||
<td> ✓</td>
|
||||
<td> ✕</td>
|
||||
<td> ✓ (axis ignored)</td>
|
||||
<td> ✕</td>
|
||||
</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>Lightgun</td><td>Atari XG-1 compatible Light Gun</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>
|
||||
</tr>
|
||||
|
||||
|
|
Loading…
Reference in New Issue