A multi-platform Atari 2600 Emulator
Go to file
stephena a7f4b76b3b Modified Stack class to use std::array instead of a raw array pointer.
This allows to remove assert statements (and instead use exceptions),
as well as fix a bug issued by Coverity.

Fix final bug reported by Coverity in ComboDialog class, where array
contents weren't being initialized.  This isn't really a bug at all,
since the lambda takes care of initialization, but Coverity doesn't
support lambdas yet.


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@3238 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2015-12-11 15:24:29 +00:00
debian Updated various files for next point release. 2015-10-28 19:52:12 +00:00
docs Updated various files for next point release. 2015-10-28 19:52:12 +00:00
src Modified Stack class to use std::array instead of a raw array pointer. 2015-12-11 15:24:29 +00:00
Announce.txt Updated various files for next point release. 2015-10-28 19:52:12 +00:00
Changes.txt Updated various files for next point release. 2015-10-28 19:52:12 +00:00
Copyright.txt Updated copyright to 2015. Happy New Year to anyone reading these logs :) 2015-01-01 03:49:32 +00:00
License.txt Repo reorganization: move main Stella files directly into 'trunk'. 2009-05-21 12:53:06 +00:00
Makefile Enable a few extra compiler checks in the Linux build script, 2015-09-20 01:13:53 +00:00
README-SDL.txt Starting to update docs and misc text files for 4.0 release. 2014-06-20 23:38:19 +00:00
Readme.txt Added disclaimer for new ZipHandler code, and cleaned up some 2013-02-12 12:28:53 +00:00
Todo.txt Updated all files to copyright 2012. Happy New Year to anyone reading 2011-12-31 21:56:36 +00:00
common.rules Repo reorganization: move main Stella files directly into 'trunk'. 2009-05-21 12:53:06 +00:00
config.guess Repo reorganization: move main Stella files directly into 'trunk'. 2009-05-21 12:53:06 +00:00
config.sub Repo reorganization: move main Stella files directly into 'trunk'. 2009-05-21 12:53:06 +00:00
configure Make configure script work with gcc 5+. 2015-04-22 14:11:11 +00:00

Readme.txt

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:

  http://stella.sourceforge.net

Enjoy,

The Stella Team