|
From: Steve A. <ste...@us...> - 2009-05-01 11:25:15
|
Update of /cvsroot/stella/stella/src/unix In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24349/src/unix Modified Files: stella.SlackBuild stella.spec 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: stella.SlackBuild =================================================================== RCS file: /cvsroot/stella/stella/src/unix/stella.SlackBuild,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** stella.SlackBuild 15 Jan 2009 18:45:23 -0000 1.13 --- stella.SlackBuild 1 May 2009 11:25:07 -0000 1.14 *************** *** 14,18 **** } ! VERSION=2.7 ARCH=${ARCH-i486} BUILD=1 --- 14,18 ---- } ! VERSION=2.7.7 ARCH=${ARCH-i486} BUILD=1 Index: stella.spec =================================================================== RCS file: /cvsroot/stella/stella/src/unix/stella.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** stella.spec 12 Apr 2009 18:04:36 -0000 1.28 --- stella.spec 1 May 2009 11:25:07 -0000 1.29 *************** *** 1,4 **** %define name stella ! %define version 2.7.6 %define rel 1 --- 1,4 ---- %define name stella ! %define version 2.7.7 %define rel 1 *************** *** 108,111 **** --- 108,114 ---- %changelog + * Tue May 1 2009 Stephen Anthony <ste...@us...> 2.7.7-1 + - Version 2.7.7 release + * Tue Apr 14 2009 Stephen Anthony <ste...@us...> 2.7.6-1 - Version 2.7.6 release |