|
|
1.1 root 1: #include <libc.h>
2: #include "3610op.h"
3: main(argc,argv)
4: char **argv;
5: {
6: msnare();
7: mcmd(INI); /* power-up reset, without self-test */
8: mcmd(CMSEL); mbyte(0); mbyte(0); /* write in cmap buffer 0 */
9: mcmd(CMRAMP);mword(0);mword(256); /* default linear color map */
10: mbyte(0);mbyte(0);mbyte(0);
11: mbyte(255);mbyte(255);mbyte(255);
12: mcmd(CMACT); /* make current buffer active */
13: mcmd(CLEAR); /* clear all pixels */
14: mflush();
15: exit(0);
16: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.