| version 1.3, 2003/11/21 06:51:11 | version 1.4, 2004/01/07 08:33:00 | 
| Line 1 | Line 1 | 
 | #include        "compiler.h" | #include        "compiler.h" | 
 |  | #include        "np2.h" | 
 | #include        "commng.h" | #include        "commng.h" | 
 | #include        "cmver.h" | #include        "cmver.h" | 
 |  | #include        "cmjasts.h" | 
 |  |  | 
 |  |  | 
 | // ---- non connect | // ---- non connect | 
| Line 55  COMMNG commng_create(UINT device) { | Line 57  COMMNG commng_create(UINT device) { | 
 | if (device == COMCREATE_MPU98II) { | if (device == COMCREATE_MPU98II) { | 
 | ret = cmvermouth_create(); | ret = cmvermouth_create(); | 
 | } | } | 
 |  | else if (device == COMCREATE_PRINTER) { | 
 |  | if (np2oscfg.jastsnd) { | 
 |  | ret = cmjasts_create(); | 
 |  | } | 
 |  | } | 
 | if (ret == NULL) { | if (ret == NULL) { | 
 | ret = (COMMNG)&com_nc; | ret = (COMMNG)&com_nc; | 
 | } | } |