sms: some bugfixes

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@870 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2010-02-11 14:04:14 +00:00
parent fcdefcf62c
commit 03065bb617
3 changed files with 10 additions and 2 deletions

View file

@ -260,6 +260,7 @@ void PicoDoHighPal555M4(void)
t |= (t >> 4) & 0x08610861;
*dpal = t;
}
HighPal[0xe0] = 0;
}
static void FinalizeLineRGB555M4(int line)