|
From: Steve A. <ste...@us...> - 2009-05-02 21:27:36
|
Update of /cvsroot/stella/stella/src/common In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10071/src/common Modified Files: Version.hxx Log Message: Increased the base resistance a little in the Paddle class, to allow all cards to be selected in game 4 of Casino. I don't really like the current implementation of calculating values for Controller pins 5 & 9, as there are too many 'magic numbers' without any definition. For now, it seems to work, but there's no guarantee that another paddle game won't pop up and invalidate it again. Perhaps if I find time, this can be documented much better. Bumped version number. Index: Version.hxx =================================================================== RCS file: /cvsroot/stella/stella/src/common/Version.hxx,v retrieving revision 1.58 retrieving revision 1.59 diff -C2 -d -r1.58 -r1.59 *** Version.hxx 1 May 2009 11:25:07 -0000 1.58 --- Version.hxx 2 May 2009 21:27:32 -0000 1.59 *************** *** 20,24 **** #define VERSION_HXX ! #define STELLA_BASE_VERSION "2.7.7" #ifdef NIGHTLY_BUILD --- 20,24 ---- #define VERSION_HXX ! #define STELLA_BASE_VERSION "2.7.8_cvs" #ifdef NIGHTLY_BUILD |