Diff for /np2/bios/bios18.c between versions 1.1.1.1 and 1.3

version 1.1.1.1, 2003/10/16 17:58:20 version 1.3, 2003/10/21 11:22:05
Line 3 Line 3
 #include        "memory.h"  #include        "memory.h"
 #include        "pccore.h"  #include        "pccore.h"
 #include        "iocore.h"  #include        "iocore.h"
 #include        "font.h"  
 #include        "bios.h"  #include        "bios.h"
 #include        "biosmem.h"  #include        "biosmem.h"
   #include        "font.h"
   
   
 static  int             sti_waiting = 0;  static  int             sti_waiting = 0;
Line 223  void bios0x18(void) { Line 223  void bios0x18(void) {
                         }                          }
                         else {                          else {
                                 I286_IP--;                                  I286_IP--;
                                 nevent.remainclock = -1;                                  I286_REMCLOCK = -1;
                                 break;                                  break;
                         }                          }
                         break;                          break;

Removed from v.1.1.1.1  
changed lines
  Added in v.1.3


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