This commit is contained in:
Daveo 2001-04-27 21:42:38 +00:00
parent ba84a60371
commit 0cd2239c38
2 changed files with 15 additions and 5 deletions

View file

@ -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,