|
|
| version 1.3, 2003/12/08 00:55:32 | version 1.4, 2003/12/10 15:25:29 |
|---|---|
| Line 121 static const char str_np2[] = "NP2"; | Line 121 static const char str_np2[] = "NP2"; |
| static const char str_ver[] = "ver"; | static const char str_ver[] = "ver"; |
| static const char str_poweroff[] = "poweroff"; | static const char str_poweroff[] = "poweroff"; |
| static const char str_credit[] = "credit"; | static const char str_credit[] = "credit"; |
| static const char str_cpu[] = "credit"; | static const char str_cpu[] = "cpu"; |
| static const char str_clock[] = "clock"; | static const char str_clock[] = "clock"; |
| static const char str_multiple[] = "multiple"; | static const char str_multiple[] = "multiple"; |
| Line 203 const SYSPCMD *cmdterm; | Line 203 const SYSPCMD *cmdterm; |
| cmd->func(cmd->arg1, cmd->arg2); | cmd->func(cmd->arg1, cmd->arg2); |
| break; | break; |
| } | } |
| cmd++; | |
| } | } |
| np2sysp.strpos++; | np2sysp.strpos++; |
| np2sysp.strpos &= NP2SYSP_MASK; | np2sysp.strpos &= NP2SYSP_MASK; |