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

version 1.5, 2004/01/13 05:30:58 version 1.7, 2004/02/19 11:32:11
Line 12 Line 12
 void bios0x1c_03(void) {  void bios0x1c_03(void) {
   
         iocore_out8(0x71, 0x00);          iocore_out8(0x71, 0x00);
         if (pccore.cpumode & CPUMODE_8MHz) {          if (pccore.cpumode & CPUMODE_8MHZ) {
                 iocore_out8(0x71, 0x4e);                                // 4MHz                  iocore_out8(0x71, 0x4e);                                // 4MHz
         }          }
         else {          else {
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.7


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