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