Update of /cvsroot/vba/VisualBoyAdvance/src/gb
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30687
Modified Files:
gbSGB.cpp
Log Message:
Fixed a typo.
Index: gbSGB.cpp
===================================================================
RCS file: /cvsroot/vba/VisualBoyAdvance/src/gb/gbSGB.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** gbSGB.cpp 13 May 2004 15:06:46 -0000 1.10
--- gbSGB.cpp 13 May 2004 22:30:30 -0000 1.11
***************
*** 258,262 ****
if(!color)
c = gbPalette[0];
! if((yy < 40 || yy >= 284) || (xx < 48 || xx >= 208)) {
switch(systemColorDepth) {
case 16:
--- 258,262 ----
if(!color)
c = gbPalette[0];
! if((yy < 40 || yy >= 184) || (xx < 48 || xx >= 208)) {
switch(systemColorDepth) {
case 16:
|