--- np2/mona/commng.c 2005/02/04 05:45:46 1.1 +++ np2/mona/commng.c 2005/02/12 12:13:58 1.2 @@ -5,21 +5,21 @@ // ---- non connect -static UINT ncread(COMMNG self, BYTE *data) { +static UINT ncread(COMMNG self, UINT8 *data) { (void)self; (void)data; return(0); } -static UINT ncwrite(COMMNG self, BYTE data) { +static UINT ncwrite(COMMNG self, UINT8 data) { (void)self; (void)data; return(0); } -static BYTE ncgetstat(COMMNG self) { +static UINT8 ncgetstat(COMMNG self) { (void)self; return(0xf0);