OSDN Git Service

added a file which explains something important
[proj16/16.git] / src / pallist.txt
1 /*
2  * palllist experiment
3  */
4 /*
5  * An experiment where I make 2 small linked list which points to 2 arrays
6  * one is the "hardware palette" array
7  * the other is "image palette" array
8  * and their respectable pointers point to their [i] stuff
9  *
10  * the palette updater stuff i want to make is this:
11  *
12  * VGA          IMG
13  * 1-                   2-
14  * 2-                   4-
15  * 3-                   0-
16  * 4-                   9-
17  * 5-                   0-(I will figure this out later if  there is dup numbs)
18  * 6-
19  * 7-
20  * 8-
21  *
22  *              MERGE THEM INTO
23  *
24  * VGA
25  * 1-
26  * 2->IMG[0]
27  * 3-
28  * 4->IMG[1]
29  * 5
30  * 6
31  * 7
32  * 8
33  * 9->IMG[3]
34  * 0->IMG[2]->IMG[4]
35  *
36  * i am going to work on a really big area of code it will be on the refresh system, the walking/scrolling system, things that use showpage, adding disableing 8087 functions if no 8087 detected, and a bunch of other things i cannot remember off the top of my head because i am BURNT. I need a small break~ -- -- -- -- update! i am working on this i made ZC_WALK and i am going to move to VRL/VRS soon! .
37  * ==== PRE SHOWPAGE TO SHOWMV CONVERSION ==== i am going to work on a really big area of code it will be on the refresh system, the walking/scrolling system, things that use showpage, adding disableing 8087 functions if no 8087 detected, and a bunch of other things i cannot remember off the top of my head because i am BURNT. I need a small break~ -- -- -- -- update! i am working on this i made ZC_WALK and i am going to move to VRL/VRS soon!
38  */