stella/src
stephena 31d3233dc0 Fixed timing bug reported on AtariAge, also noticed on several versions
of OSX.  It was partially caused by 'negative time', or successive
calls to SDL_GetTicks() returning smaller values than previous calls.
This obviously totally confused the timing logic, which was never
designed for time to go backwards.  Related to this, setting the
framerate to 0 from the VideoDialog UI (indicating that auto-frame
should be used) ended up setting the time-per-frame to approx. 71
minutes, resulting in a delay of 71 minutes to the next frame
(which is what caused the 'lockup').

Changed all references to the Intel OSX build to also mention OSX
Snow Leopard (10.6), since the build won't run on 10.4 or 10.5.

Bumped version number to 3.1 (again).  Hopefully this is good to go.


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2016 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2010-04-21 15:45:44 +00:00
..
cheat Updated boilerplate on top of each source file to include 2010-04-10 21:37:23 +00:00
common Fixed timing bug reported on AtariAge, also noticed on several versions 2010-04-21 15:45:44 +00:00
debugger Fixed a *REALLY* annoying bug in Windows with the latest code. It seems that System::PAGE_xxx enumerations were already defined elsewhere in a Windows header file. This was very irritating to track down. As a result, they're now named System::PA_xxx (for 'PageAccess'). 2010-04-14 22:35:46 +00:00
emucore Fixed timing bug reported on AtariAge, also noticed on several versions 2010-04-21 15:45:44 +00:00
gp2x Updated boilerplate on top of each source file to include 2010-04-10 21:37:23 +00:00
gui Some improvements to continuous snapshot mode: 2010-04-14 20:27:59 +00:00
macosx Fixed timing bug reported on AtariAge, also noticed on several versions 2010-04-21 15:45:44 +00:00
tools Updated boilerplate on top of each source file to include 2010-04-10 21:37:23 +00:00
unix Fixed timing bug reported on AtariAge, also noticed on several versions 2010-04-21 15:45:44 +00:00
win32 Fixed a *REALLY* annoying bug in Windows with the latest code. It seems that System::PAGE_xxx enumerations were already defined elsewhere in a Windows header file. This was very irritating to track down. As a result, they're now named System::PA_xxx (for 'PageAccess'). 2010-04-14 22:35:46 +00:00
wince Updated boilerplate on top of each source file to include 2010-04-10 21:37:23 +00:00
yacc Updated boilerplate on top of each source file to include 2010-04-10 21:37:23 +00:00
zlib First pass at adding built-in zlib support for those systems that 2010-01-29 23:37:33 +00:00