Diff for /np2/bios/bios18.c between versions 1.28 and 1.30

version 1.28, 2004/02/29 07:36:56 version 1.30, 2004/03/04 15:20:13
Line 300  const CRTDATA *p; Line 300  const CRTDATA *p;
                         gdc_analogext(TRUE);                          gdc_analogext(TRUE);
                         mem[MEMB_PRXDUPD] |= 0x80;                          mem[MEMB_PRXDUPD] |= 0x80;
                         crt = 4;                          crt = 4;
                         master = 3;                          master = 3 + (scrn & 3);
                         slave = 1;                          slave = 1;
                         gdc.display |= 0x10;                          gdc.analog |= (1 << GDCANALOG_256E);
                 }                  }
                 else                  else
 #endif  #endif
Line 335  const CRTDATA *p; Line 335  const CRTDATA *p;
                         gdc_analogext(FALSE);                          gdc_analogext(FALSE);
                         mem[MEMB_PRXDUPD] &= ~0x80;                          mem[MEMB_PRXDUPD] &= ~0x80;
                 }                  }
                   gdc.analog &= ~(1 << (GDCANALOG_256E));
 #endif  #endif
         }          }
         crt += (scrn & 3);          crt += (scrn & 3);
         master += (scrn & 3);  
   
         if (rate & 4) {          if (rate & 4) {
                 gdc.display |= (1 << GDCDISP_31);                  gdc.display |= (1 << GDCDISP_31);
Line 754  void bios0x18(void) { Line 754  void bios0x18(void) {
         }               tmp;          }               tmp;
         int             i;          int             i;
   
 #if 1  #if 0
         TRACEOUT(("int18 AX=%.4x %.4x:%.4x", CPU_AX,          TRACEOUT(("int18 AX=%.4x %.4x:%.4x", CPU_AX,
                                                         i286_memword_read(CPU_SS, CPU_SP+2),                                                          i286_memword_read(CPU_SS, CPU_SP+2),
                                                         i286_memword_read(CPU_SS, CPU_SP)));                                                          i286_memword_read(CPU_SS, CPU_SP)));

Removed from v.1.28  
changed lines
  Added in v.1.30


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