A multi-platform Atari 2600 Emulator
Go to file
stephena f53d93446b Fixed issue with 'runto' debugger command sometimes not exiting. It can
now only run for 10000 disassembled instructions, and then it will exit.
Related to this, removed the hack that let the 'runto' command
continuously run while updating the debugger, since it was buggy and didn't
really work anyway.  So if 'runto' doesn't find what it needs in 10000
instructions, you'll need to run it again.  Perhaps for a future release,
the number of instructions can be user-defined.

Made 'gl_vsync' not be the default for Unix/Linux systems, since very few
systems support it though SDL yet.


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1222 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-12-18 14:01:58 +00:00
CVSROOT Add syncmail as a admin file to checkout. 2001-12-27 20:02:13 +00:00
stella Fixed issue with 'runto' debugger command sometimes not exiting. It can 2006-12-18 14:01:58 +00:00