some work on PSP CLUT

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@277 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2007-10-21 18:41:52 +00:00
parent 70357ce525
commit 9112b6ce9f
9 changed files with 312 additions and 111 deletions

View file

@ -7,11 +7,12 @@
// draw.c
#define USE_BGR555 1
#define OVERRIDE_HIGHCOL 0
#define OVERRIDE_HIGHCOL 1
// draw2.c
#define START_ROW 0 // which row of tiles to start rendering at?
#define END_ROW 28 // ..end
#define DRAW2_OVERRIDE_LINE_WIDTH 512
// pico.c
#define CAN_HANDLE_240_LINES 1