A multi-platform Atari 2600 Emulator
Go to file
eds-collabora 6ab680cf07
Paddle mode enhancements (#861)
* Separate control precedence for paddles A and B

Previously, the paddle pair was treated as a single unit as far as
event overrides were concerned, so an analog input on paddle B would
prevent a mouse or even another digital controller from controlling
paddle A.

This commit separates out paddle A and B as far as event handling is
concerned. The same steps are applied, but now events affecting paddle
A will not preempt events of other types for paddle B from being
tested, and vice versa.

* Paddle mode enhancements

Map paddles to distinct controllers. For two player games, having
both players share a single controller isn't ideal. Instead, put
- Left A -> joystick 0
- Left B -> joystick 1
- Right A -> joystick 2
- Right B -> joystick 3
2022-03-06 11:23:31 +01:00
.vscode JSON serialized storage of properties table. 2021-01-01 21:31:07 +01:00
debian Update copyright to 2022. Happy New Year! 2021-12-31 16:07:17 -03:30
docs updated launcher doc 2022-02-25 11:01:19 +01:00
src Paddle mode enhancements (#861) 2022-03-06 11:23:31 +01:00
test/roms just a few minor changes 2021-10-17 10:59:11 +02:00
.gitignore updated .gitignore 2022-02-25 11:17:38 +01:00
.gitlab-ci.yml (Libretro) Add more platforms to gitlab 2021-03-14 11:53:09 -02:30
.travis.yml Make Travis build use a released SDL, not a WIP from Mercurial. 2019-12-23 17:22:29 -03:30
Announce.txt Getting ready for 6.6 release. 2021-11-10 14:07:13 -03:30
Changes.txt added PlusROM info to debugger (resolves #844) 2022-02-04 20:12:59 +01:00
Copyright.txt Update copyright to 2022. Happy New Year! 2021-12-31 16:07:17 -03:30
License.txt Repo reorganization: move main Stella files directly into 'trunk'. 2009-05-21 12:53:06 +00:00
Makefile Update copyright to 2022. Happy New Year! 2021-12-31 16:07:17 -03:30
README-SDL.txt Starting to update docs and misc text files for 4.0 release. 2014-06-20 23:38:19 +00:00
README.md Updated README: issues should no longer be posted in the old AtariAge thread. 2019-08-17 13:57:30 -02:30
Readme.txt Updated all references to new stella-emu webpage. 2016-12-31 17:19:29 -03:30
Todo.txt Updated all references to new stella-emu webpage. 2016-12-31 17:19:29 -03:30
appveyor.yml Update Windows appveyor build to use latest SDL (2.0.12). 2020-04-19 15:04:59 -02:30
common.rules Fix profile generation, move object files to separate directory. 2019-03-04 00:53:43 +01:00
config.guess Updated config files from gnu.org. 2021-11-18 20:48:48 -03:30
config.sub Updated config files from gnu.org. 2021-11-18 20:48:48 -03:30
configure Added some missing help options to configure script. 2021-12-19 23:40:19 -03:30

README.md

Stella is a multi-platform Atari 2600 VCS emulator which allows you to play all of your favourite Atari 2600 games on your PC. You'll find the Stella Users Manual in the docs subdirectory. If you'd like to verify that you have the latest release of Stella, visit the Stella Website at:

stella-emu.github.io

Enjoy,

The Stella Team

Reporting issues

Please check the list of known issues first (see below) before reporting new ones. If you encounter any issues, please open a new issue on the project issue tracker.

Known issues

Please check out the issue tracker for a list of all currently known issues.