|
From: Steve A. <ste...@us...> - 2009-05-01 11:25:15
|
Update of /cvsroot/stella/stella/src/common In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24349/src/common Modified Files: Version.hxx 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: Version.hxx =================================================================== RCS file: /cvsroot/stella/stella/src/common/Version.hxx,v retrieving revision 1.57 retrieving revision 1.58 diff -C2 -d -r1.57 -r1.58 *** Version.hxx 15 Apr 2009 12:43:22 -0000 1.57 --- Version.hxx 1 May 2009 11:25:07 -0000 1.58 *************** *** 20,24 **** #define VERSION_HXX ! #define STELLA_BASE_VERSION "2.7.7_cvs" #ifdef NIGHTLY_BUILD --- 20,24 ---- #define VERSION_HXX ! #define STELLA_BASE_VERSION "2.7.7" #ifdef NIGHTLY_BUILD |