|
From: Steve A. <ste...@us...> - 2009-05-01 11:25:20
|
Update of /cvsroot/stella/stella/src/macosx In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24349/src/macosx Modified Files: Info-StellaOSX__Upgraded_.plist 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: Info-StellaOSX__Upgraded_.plist =================================================================== RCS file: /cvsroot/stella/stella/src/macosx/Info-StellaOSX__Upgraded_.plist,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** Info-StellaOSX__Upgraded_.plist 12 Apr 2009 18:04:36 -0000 1.19 --- Info-StellaOSX__Upgraded_.plist 1 May 2009 11:25:07 -0000 1.20 *************** *** 34,38 **** <string>StellaOSX</string> <key>CFBundleGetInfoString</key> ! <string>StellaOSX 2.7.6</string> <key>CFBundleHelpBookFolder</key> <string>docs</string> --- 34,38 ---- <string>StellaOSX</string> <key>CFBundleGetInfoString</key> ! <string>StellaOSX 2.7.7</string> <key>CFBundleHelpBookFolder</key> <string>docs</string> *************** *** 46,50 **** <string>6.0</string> <key>CFBundleName</key> ! <string>StellaOSX 2.7.6</string> <key>CFBundlePackageType</key> <string>APPL</string> --- 46,50 ---- <string>6.0</string> <key>CFBundleName</key> ! <string>StellaOSX 2.7.7</string> <key>CFBundlePackageType</key> <string>APPL</string> *************** *** 52,56 **** <string>StLa</string> <key>CFBundleVersion</key> ! <string>StellaOSX 2.7.6</string> <key>NSMainNibFile</key> <string>SDLMain.nib</string> --- 52,56 ---- <string>StLa</string> <key>CFBundleVersion</key> ! <string>StellaOSX 2.7.7</string> <key>NSMainNibFile</key> <string>SDLMain.nib</string> |