fixes and improvements for type issues, part 3

This commit is contained in:
kub 2021-02-05 23:01:25 +01:00
parent 832faed320
commit 4cc0fcaf15
15 changed files with 149 additions and 147 deletions

View file

@ -92,7 +92,7 @@ static void PicoSVPLine(void)
}
static int PicoSVPDma(u32 source, int len, unsigned short **base, unsigned int *mask)
static int PicoSVPDma(u32 source, int len, unsigned short **base, u32 *mask)
{
if (source < Pico.romsize) // Rom
{