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

version 1.28, 2004/02/29 07:36:56 version 1.29, 2004/03/01 05:29:58
Line 302  const CRTDATA *p; Line 302  const CRTDATA *p;
                         crt = 4;                          crt = 4;
                         master = 3;                          master = 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);
Line 754  void bios0x18(void) { Line 755  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.29


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