A multi-platform Atari 2600 Emulator
Go to file
Christian Speckner a9d1ed3741 Fix undeflow in RESMP. 2016-12-08 22:20:51 +01:00
.vscode Implement delay queue (untested). 2016-11-08 23:54:22 +01:00
debian Preparing for 4.7.3 release. 2016-11-20 21:13:42 +00:00
docs Removed toggling of displaying HMOVE blanks. With the old core, what 2016-12-06 16:36:04 -03:30
src Fix undeflow in RESMP. 2016-12-08 22:20:51 +01:00
.gitignore Add .gitignore . 2016-10-01 15:09:58 +02:00
Announce.txt Preparing for 4.7.3 release. 2016-11-20 21:13:42 +00:00
Changes.txt Preparing for 4.7.3 release. 2016-11-20 21:13:42 +00:00
Copyright.txt Updated copyright to 2016, even though it's a few days early. 2015-12-29 19:22:46 +00:00
License.txt Repo reorganization: move main Stella files directly into 'trunk'. 2009-05-21 12:53:06 +00:00
Makefile Isolate TIA implementation in sub-module, remove all direct references in favor of AbstractTIA. 2016-10-30 00:31:55 +02: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.md Expand readme. 2016-12-07 22:06:17 +01: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 Re-enable compilation with DEBUGGER_SUPPORT. The TIA stuff in the 2016-12-04 16:05:21 -03:30

README.md

This is my fork of the VCS emulator Stella for integrating the 6502.ts TIA core into Stella. The upstream repo is hosted on Sourceforge.

Usage

TIA cores can be switched by changing the tia.core option (via command line -tia.core or via config file) to either default (the old core) or 6502.ts (the new core). The defaut setting is 6502.ts. Setting loglevel to 1 or higher will show the selected core on startup.

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 and / or in the corresponding thread on AtariAge.

Known issues

Please check out the issue tracker for a list of all currently known issues.