mirror of https://github.com/stella-emu/stella.git
8a8d04031a
problems with integer overflow, which could sometimes cause Stella to sleep for long periods of time. For those who are interested, the problem was that SDL_GetTicks() wraps every 49 days (32-bit int overflow), but since OSystem::getTicks() provides info in microseconds, it multiplied the value by 1000. This caused wraparound in 49/1000 days, or 70.56 minutes. This almost exactly matches the reports on AtariAge of 'lockups' occuring every 71 minutes or so. It also explains why attaching to Stella with GDB and bypassing the delay allows the program to continue (as reported by another bugtester). Added signature to detect UA bankswitching for Gingerbread Man ROM. Bumped version number. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1823 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba |
||
---|---|---|
debian | ||
docs | ||
src | ||
Announce.txt | ||
Changes.txt | ||
Copyright.txt | ||
License.txt | ||
Makefile | ||
README-GP2X.txt | ||
README-SDL.txt | ||
README-WinCE.txt | ||
Readme.txt | ||
Todo.txt | ||
common.rules | ||
config.guess | ||
config.sub | ||
configure |
Readme.txt
This is release 2.8.3 of Stella. Stella is a multi-platform Atari 2600 VCS emulator which allows you to play all of your favorite 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 June 25, 2009