Diff for /np2/bios/bios1c.c between versions 1.11 and 1.12

version 1.11, 2005/05/20 13:59:46 version 1.12, 2006/12/16 09:52:19
Line 30  void bios0x1c(void) { Line 30  void bios0x1c(void) {
                         SETBIOSMEM16(0x0001e, CPU_ES);                          SETBIOSMEM16(0x0001e, CPU_ES);
                         SETBIOSMEM16(0x0058a, CPU_CX);                          SETBIOSMEM16(0x0058a, CPU_CX);
                         iocore_out8(0x77, 0x36);                          iocore_out8(0x77, 0x36);
                         /* through */                          /*FALLTHROUGH*/
   
                 case 0x03:                                      // continue interval timer                  case 0x03:                                      // continue interval timer
                         iocore_out8(0x71, 0x00);                          iocore_out8(0x71, 0x00);

Removed from v.1.11  
changed lines
  Added in v.1.12


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