A multi-platform Atari 2600 Emulator
Go to file
Stephen Anthony ebb8725126 Refactor System::myCycles to be 64-bit instead of 32-bit.
- The cycles counter is now essentially monotonically increasing (ie, we never need to worry about it going backwards and giving a negative difference, simplifying a lot of code
- There are now reset() methods in all places that keep track of system cycles, but they are used for a full reset only; not called each frame like before (which had to be done to prevent overflow).
2017-09-08 11:29:30 -02:30
.vscode Add DelayQueue widget (mocked content). 2017-04-04 00:39:55 +02:00
debian Fixed debian changelog issues. 2017-08-20 15:11:40 -02:30
docs Commandline arguments 'holdxxx' now work correctly (fixes #209). 2017-08-22 14:15:30 -02:30
src Refactor System::myCycles to be 64-bit instead of 32-bit. 2017-09-08 11:29:30 -02:30
.gitignore Add src/macosx/M6502.ins to the git ignore file. 2017-06-04 17:34:21 -02:30
Announce.txt Updates for 5.0.2 release. 2017-08-19 20:34:00 -02:30
Changes.txt Updated changelog for 'FE' improvements. 2017-09-06 12:10:05 -02:30
Copyright.txt Finalized update of Display.YStart in ROM properties. 2017-01-12 20:31:36 -03:30
License.txt Repo reorganization: move main Stella files directly into 'trunk'. 2009-05-21 12:53:06 +00:00
Makefile Blargg and phosphor threading by Thomas Jentzsch. 2017-08-14 09:20:42 -02: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 all references to new stella-emu webpage. 2016-12-31 17:19:29 -03: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
common.rules Repo reorganization: move main Stella files directly into 'trunk'. 2009-05-21 12:53:06 +00:00
config.guess Updated UNIX config files to latest release. 2017-04-18 12:21:16 -02:30
config.sub Updated UNIX config files to latest release. 2017-04-18 12:21:16 -02:30
configure Fixed logic error in detecting 'Alt' key. 2017-08-30 19:41:16 -02: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 and / or in the corresponding thread on AtariAge.

Known issues

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