Diff for /np2/vram/dispsync.c between versions 1.7 and 1.8

version 1.7, 2004/02/29 00:57:06 version 1.8, 2004/02/29 07:36:56
Line 119  BOOL dispsync_renewalvertical(void) { Line 119  BOOL dispsync_renewalvertical(void) {
                 (dsync.textymax == textymax) && (dsync.grphymax == grphymax)) {                  (dsync.textymax == textymax) && (dsync.grphymax == grphymax)) {
                 return(FALSE);                  return(FALSE);
         }          }
   
         dsync.text_vbp = text_vbp;          dsync.text_vbp = text_vbp;
         dsync.grph_vbp = grph_vbp;          dsync.grph_vbp = grph_vbp;
         dsync.textymax = textymax;          dsync.textymax = textymax;

Removed from v.1.7  
changed lines
  Added in v.1.8


RetroPC.NET-CVS <cvs@retropc.net>