mirror of https://github.com/stella-emu/stella.git
54a5d77542
breaks to test whether an illegal read to the write port of cartridge RAM has occurred. It can be used as follows: breakif {_rwport == 100} // break if read was done at wport address 100 breakif {_rwport} // break if read was done at *any* wport address This currently works for all extended RAM carts that worked before. Specifically, 4A50, DPC, AR and possibly several others aren't supported yet. More testing is required. Renamed CartFASC and CartMB to CartFA and CartF0, respectively. This naming now matches that used in other emulators. CartMC now properly handles read from write port, by using random values instead of just zero. However, no test ROMs are available for this scheme, so there may still be issues. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1896 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 3.0 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 September 11, 2009