Diff for /np2/bios/bios.c between versions 1.64 and 1.65

version 1.64, 2004/05/22 10:46:42 version 1.65, 2004/05/23 15:01:44
Line 400  UINT MEMCALL biosfunc(UINT32 adrs) { Line 400  UINT MEMCALL biosfunc(UINT32 adrs) {
                 case BIOS_BASE + BIOSOFST_CMT:                  case BIOS_BASE + BIOSOFST_CMT:
                         CPU_REMCLOCK -= 200;                          CPU_REMCLOCK -= 200;
                         bios0x1a_cmt();                          bios0x1a_cmt();
                         return(1);                          return(0);                                                                                      // return(1);
   
                 case BIOS_BASE + BIOSOFST_PRT:                  case BIOS_BASE + BIOSOFST_PRT:
                         CPU_REMCLOCK -= 200;                          CPU_REMCLOCK -= 200;

Removed from v.1.64  
changed lines
  Added in v.1.65


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