mirror of https://github.com/stella-emu/stella.git
354d5aa35a
Converted many C-style arrays to C++ std::array. In the process, cleaned up a lot of magic constants. Replaced most C-style memset/memcpy operations with C++ equivalents: std::fill/std::copy. std::copy in particular fixes a few potential bugs, since it operates on the datatype size, and not just on raw bytes. |
||
---|---|---|
.vscode | ||
debian | ||
docs | ||
profile | ||
src | ||
.gitignore | ||
.travis.yml | ||
Announce.txt | ||
Changes.txt | ||
Copyright.txt | ||
License.txt | ||
Makefile | ||
README-SDL.txt | ||
README.md | ||
Readme.txt | ||
Todo.txt | ||
appveyor.yml | ||
common.rules | ||
config.guess | ||
config.sub | ||
configure |
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:
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.