Diff for /np2/io/crtc.c between versions 1.8 and 1.9

version 1.8, 2005/03/06 10:41:50 version 1.9, 2005/05/20 13:59:47
Line 27  static void IOOUTCALL crtc_o7c(UINT port Line 27  static void IOOUTCALL crtc_o7c(UINT port
                 if (grcg.chip >= 2) {                  if (grcg.chip >= 2) {
                         grcg.gdcwithgrcg = (dat >> 4) & 0x0c;                          grcg.gdcwithgrcg = (dat >> 4) & 0x0c;
                 }                  }
                 i286_vram_dispatch(vramop.operate);                  MEMM_VRAM(vramop.operate);
         }          }
         (void)port;          (void)port;
 }  }
Line 82  void crtc_biosreset(void) { Line 82  void crtc_biosreset(void) {
         vramop.operate &= ~(3 << VOPBIT_GRCG);          vramop.operate &= ~(3 << VOPBIT_GRCG);
         grcg.gdcwithgrcg = 0;          grcg.gdcwithgrcg = 0;
         ZeroMemory(grcg.tile, sizeof(grcg.tile));          ZeroMemory(grcg.tile, sizeof(grcg.tile));
         i286_vram_dispatch(vramop.operate);          MEMM_VRAM(vramop.operate);
 }  }
   
 void crtc_reset(void) {  void crtc_reset(void) {

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


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