This commit is contained in:
parent
ba84a60371
commit
0cd2239c38
2 changed files with 15 additions and 5 deletions
|
@ -60,12 +60,18 @@ public:
|
|||
TPAGE_W =256,
|
||||
TPAGE_H =256-4,
|
||||
|
||||
CACHE_X =512,
|
||||
CACHE_Y =256,
|
||||
CACHE_W =8,
|
||||
CACHE_H =1,
|
||||
/*
|
||||
CACHE_X =512+256,
|
||||
CACHE_Y =256,
|
||||
CACHE_W =4,
|
||||
CACHE_H =1,
|
||||
|
||||
CACHE_PALX =CACHE_X,
|
||||
*/
|
||||
CACHE_PALX =CACHE_X+64,
|
||||
CACHE_PALY =511,
|
||||
CACHE_PALW =64,
|
||||
CACHE_PALH =1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue