Diff for /np2/generic/hostdrv.c between versions 1.10 and 1.11

version 1.10, 2004/01/22 04:59:48 version 1.11, 2004/01/26 14:49:14
Line 1262  void hostdrv_mount(const void *arg1, lon Line 1262  void hostdrv_mount(const void *arg1, lon
   
         if ((np2cfg.hdrvroot[0] == '\0') || (hostdrv.stat.is_mount)) {          if ((np2cfg.hdrvroot[0] == '\0') || (hostdrv.stat.is_mount)) {
                 np2sysp_outstr("ng", 0);                  np2sysp_outstr("ng", 0);
                   return;
         }          }
         hostdrv.stat.is_mount = TRUE;          hostdrv.stat.is_mount = TRUE;
         fetch_if4dos();          fetch_if4dos();

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


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