|
From: Steve A. <ste...@us...> - 2009-05-01 11:25:15
|
Update of /cvsroot/stella/stella In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24349 Modified Files: Announce.txt Changes.txt Readme.txt Log Message: Fixed bug in F4SC bankswitching; writes to the BS addresses weren't actually performing a bankswitch. (Hopefully) improved Pitfall2 sound generation. At least it sounds more authentic to me. Updates for the 2.7.7 release. Index: Announce.txt =================================================================== RCS file: /cvsroot/stella/stella/Announce.txt,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** Announce.txt 12 Apr 2009 18:04:36 -0000 1.30 --- Announce.txt 1 May 2009 11:25:06 -0000 1.31 *************** *** 10,14 **** =============================================================================== ! Release 2.7.6 for Linux, Mac OSX and Windows =============================================================================== --- 10,14 ---- =============================================================================== ! Release 2.7.7 for Linux, Mac OSX and Windows =============================================================================== *************** *** 22,44 **** platforms. ! This is the 2.7.6 release of Stella for Linux, Mac OSX and Windows. Distributions for other operating systems will appear as they become available. The distributions currently available are: ! * Binary distribution in 32-bit RPM format for Linux (stella-2.7.6-1.i586.rpm) ! * Binary distribution in 32-bit Ubuntu DEB format (stella_2.7.6-1_i386.deb) ! * Binary distribution in 64-bit Ubuntu DEB format (stella_2.7.6-1_amd64.deb) ! * Binary distribution for Mac OSX (StellaOSX2.7.6.dmg.gz) ! * Binary installer (exe) for Windows (stella-2.7.6-win32.exe) ! * Binary zip for Windows (stella-2.7.6-win32.zip) ! * Binary zip for 64-bit Windows (stella-2.7.6-win64.zip) ! * Source code distribution for all platforms (stella-2.7.6-src.tar.gz) PLEASE DO NOT WRITE ASKING FOR ROM IMAGES TO USE WITH STELLA! ALL SUCH --- 22,44 ---- platforms. ! This is the 2.7.7 release of Stella for Linux, Mac OSX and Windows. Distributions for other operating systems will appear as they become available. The distributions currently available are: ! * Binary distribution in 32-bit RPM format for Linux (stella-2.7.7-1.i586.rpm) ! * Binary distribution in 32-bit Ubuntu DEB format (stella_2.7.7-1_i386.deb) ! * Binary distribution in 64-bit Ubuntu DEB format (stella_2.7.7-1_amd64.deb) ! * Binary distribution for Mac OSX (StellaOSX2.7.7.dmg.gz) ! * Binary installer (exe) for Windows (stella-2.7.7-win32.exe) ! * Binary zip for Windows (stella-2.7.7-win32.zip) ! * Binary zip for 64-bit Windows (stella-2.7.7-win64.zip) ! * Source code distribution for all platforms (stella-2.7.7-src.tar.gz) PLEASE DO NOT WRITE ASKING FOR ROM IMAGES TO USE WITH STELLA! ALL SUCH Index: Changes.txt =================================================================== RCS file: /cvsroot/stella/stella/Changes.txt,v retrieving revision 1.51 retrieving revision 1.52 diff -C2 -d -r1.51 -r1.52 *** Changes.txt 13 Apr 2009 15:48:56 -0000 1.51 --- Changes.txt 1 May 2009 11:25:06 -0000 1.52 *************** *** 13,16 **** --- 13,31 ---- =============================================================================== + 2.7.6 to 2.7.7: (May 1, 2009) + + * Corrected emulation of CPU opcodes involving 'decimal' mode (ADC/RRA + and SBC/ISB). Special thanks to SeaGtGruff and others on the Stella + mailing list for in-depth discussion and creation of test ROMs. + + * Fixed bug in F4SC bankswitching mode; writes to bankswitch addresses + weren't triggering a bank switch. + + * Changed internal sound frequency of Pitfall 2 from 15.75KHz to 20KHz, + as this sounds much more authentic when compared to a real cartridge. + + -Have fun! + + 2.7.5 to 2.7.6: (April 14, 2009) *************** *** 33,38 **** decimal and binary (in addition to hex) in the debugger. - -Have fun! - 2.7.3 to 2.7.5: (Mar. 27, 2009) --- 48,51 ---- Index: Readme.txt =================================================================== RCS file: /cvsroot/stella/stella/Readme.txt,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** Readme.txt 12 Apr 2009 18:04:36 -0000 1.27 --- Readme.txt 1 May 2009 11:25:06 -0000 1.28 *************** *** 1,3 **** ! This is release 2.7.6 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. --- 1,3 ---- ! This is release 2.7.7 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. *************** *** 10,12 **** The Stella Team ! April 14, 2009 --- 10,12 ---- The Stella Team ! May 1, 2009 |