Diff for /np2/win9x/commng.cpp between versions 1.3 and 1.4

version 1.3, 2003/12/24 16:11:40 version 1.4, 2003/12/25 03:02:40
Line 69  COMMNG commng_create(UINT device) { Line 69  COMMNG commng_create(UINT device) {
                         break;                          break;
   
                 case COMCREATE_PRINTER:                  case COMCREATE_PRINTER:
 #if 1                                                           // test  
                         ret = cmjasts_create();  
                         if (ret) {  
                                 return(ret);  
                         }  
                         return((COMMNG)&com_nc);  
 #else  
                         cfg = NULL;                          cfg = NULL;
 #endif                          if (np2oscfg.jastsnd) {
                                   ret = cmjasts_create();
                           }
                         break;                          break;
   
                 case COMCREATE_MPU98II:                  case COMCREATE_MPU98II:

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


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