asm for PicoDoHighPal555

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@561 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2008-07-23 18:30:34 +00:00
parent e55f0cbba1
commit b2305d080d
2 changed files with 67 additions and 43 deletions

View file

@ -1138,6 +1138,7 @@ static void BackFill(int reg7, int sh)
unsigned short HighPal[0x100];
#ifndef _ASM_DRAW_C
void PicoDoHighPal555(int sh)
{
unsigned short *pal=HighPal;
@ -1169,7 +1170,6 @@ void PicoDoHighPal555(int sh)
}
}
#ifndef _ASM_DRAW_C
static void FinalizeLineBGR444(int sh)
{
unsigned short *pd=DrawLineDest;