|
|
1.1 root 1: #include <picfile.h>
2: int PRD_dmp(), PWR_dmp(), PCL_dmp();
3: int PRD_run(), PWR_run(), PCL_run();
4: int PRD_bit(), PWR_bit(), PCL_bit();
5: int PRD_g31(), PWR_g31(), PCL_g31();
6: int PRD_g32(), PWR_g32(), PCL_g32();
7: int PRD_g4(), PWR_g4(), PCL_g4();
8: int PRD_601(), PWR_601(), PCL_601();
9: int PRD_pco(), PWR_pco(), PCL_pco();
10: struct PIC_conf PIC_conf[]={
11: "dump", PRD_dmp, PWR_dmp, PCL_dmp, 0,
12: "runcode", PRD_run, PWR_run, PCL_run, 0,
13: "bitmap", PRD_bit, PWR_bit, PCL_bit, 1,
14: "pico", PRD_pco, PWR_pco, PCL_pco, 0,
15: #ifdef NOTYET
16: "ccitt-g31", PRD_g31, PWR_g31, PCL_g31, 1,
17: "ccitt-g32", PRD_g32, PWR_g32, PCL_g32, 1,
18: "ccitt-g4", PRD_g4, PWR_g4, PCL_g4, 1,
19: "ccir601", PRD_601, PWR_601, PCL_601, 1,
20: #endif
21: 0
22: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.