From: <for...@us...> - 2004-02-07 15:36:23
|
Update of /cvsroot/vba/VisualBoyAdvance/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27695/src Modified Files: SDL.cpp VisualBoyAdvance.cfg Log Message: Disable remove intros option (too many problems with it) Index: SDL.cpp =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/src/SDL.cpp,v retrieving revision 1.52 retrieving revision 1.53 diff -C2 -d -r1.52 -r1.53 *** SDL.cpp 5 Feb 2004 11:38:30 -0000 1.52 --- SDL.cpp 7 Feb 2004 14:07:28 -0000 1.53 *************** *** 2229,2235 **** --- 2229,2237 ---- emulator = GBASystem; + /* disabled due to problems if(removeIntros && rom != NULL) { WRITE32LE(&rom[0], 0xea00002e); } + */ CPUInit(biosFileName, useBios); Index: VisualBoyAdvance.cfg =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/src/VisualBoyAdvance.cfg,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** VisualBoyAdvance.cfg 20 Nov 2003 11:34:44 -0000 1.22 --- VisualBoyAdvance.cfg 7 Feb 2004 14:07:28 -0000 1.23 *************** *** 132,138 **** soundReverse=0 ! # Remove GBA intros # 0=false, anything else for true ! removeIntros=0 # Save Type --- 132,138 ---- soundReverse=0 ! # Remove GBA intros (not supported anymore) # 0=false, anything else for true ! # removeIntros=0 # Save Type |