Diff for /np2/bios/bios1c.c between versions 1.5 and 1.6

version 1.5, 2004/01/13 05:30:58 version 1.6, 2004/02/18 21:58:41
Line 33  void bios0x1c(void) { Line 33  void bios0x1c(void) {
   
                 case 0x01:                                      // put system timer                  case 0x01:                                      // put system timer
                         i286_memstr_read(CPU_ES, CPU_BX, buf, 6);                          i286_memstr_read(CPU_ES, CPU_BX, buf, 6);
                         mem[MEMB_MSW8] = buf[0];                                                                // ver0.29                          mem[MEMB_MSW8] = buf[0];
                         calendar_set(buf);                          calendar_set(buf);
                         break;                          break;
   

Removed from v.1.5  
changed lines
  Added in v.1.6


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