mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
asm for PicoDoHighPal555
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@561 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
e55f0cbba1
commit
b2305d080d
2 changed files with 67 additions and 43 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue