Diff for /np2/bios/bios.c between versions 1.2 and 1.3

version 1.2, 2003/10/19 14:56:15 version 1.3, 2003/10/21 11:22:05
Line 6 Line 6
 #include        "iocore.h"  #include        "iocore.h"
 #include        "bios.h"  #include        "bios.h"
 #include        "biosmem.h"  #include        "biosmem.h"
 #include        "keytable.res"  
 #include        "itfrom.res"  
 #include        "lio.h"  #include        "lio.h"
 #include        "fdfmt.h"  
 #include        "fddfile.h"  #include        "fddfile.h"
 #include        "fdd_mtr.h"  #include        "fdd_mtr.h"
   #include        "fdfmt.h"
   #include        "keytable.res"
   #include        "itfrom.res"
   
   
         BOOL    biosrom = FALSE;          BOOL    biosrom = FALSE;

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


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