|
|
| version 1.21, 2005/03/05 06:02:29 | version 1.23, 2007/11/03 00:00:20 |
|---|---|
| Line 195 static BRESULT np2syspcmp(const char *p) | Line 195 static BRESULT np2syspcmp(const char *p) |
| int len; | int len; |
| int pos; | int pos; |
| len = STRLEN(p); | len = (int)STRLEN(p); |
| if (!len) { | if (!len) { |
| return(FAILURE); | return(FAILURE); |
| } | } |
| Line 275 static REG8 IOINPCALL np2sysp_i0e9(UINT | Line 275 static REG8 IOINPCALL np2sysp_i0e9(UINT |
| // ---- I/F | // ---- I/F |
| void np2sysp_reset(void) { | void np2sysp_reset(const NP2CFG *pConfig) { |
| ZeroMemory(&np2sysp, sizeof(np2sysp)); | ZeroMemory(&np2sysp, sizeof(np2sysp)); |
| (void)pConfig; | |
| } | } |
| void np2sysp_bind(void) { | void np2sysp_bind(void) { |