mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
more Pandora porting work
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@560 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
3a3947cd90
commit
e55f0cbba1
8 changed files with 1108 additions and 265 deletions
|
@ -150,6 +150,8 @@ void PicoDrawSetColorFormat(int which); // 0=BGR444, 1=RGB555, 2=8bit(HighPal pa
|
|||
extern void *DrawLineDest;
|
||||
#if OVERRIDE_HIGHCOL
|
||||
extern unsigned char *HighCol;
|
||||
#else
|
||||
extern unsigned char HighCol[8+320+8];
|
||||
#endif
|
||||
extern int (*PicoScanBegin)(unsigned int num);
|
||||
extern int (*PicoScanEnd)(unsigned int num);
|
||||
|
@ -157,6 +159,7 @@ extern int (*PicoScanEnd)(unsigned int num);
|
|||
#ifdef _ASM_DRAW_C
|
||||
void vidConvCpyRGB565(void *to, void *from, int pixels);
|
||||
#endif
|
||||
void PicoDoHighPal555(int sh);
|
||||
extern int PicoDrawMask;
|
||||
#define PDRAW_LAYERB_ON (1<<2)
|
||||
#define PDRAW_LAYERA_ON (1<<3)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue