core, fixes and improvements for type issues

This commit is contained in:
kub 2020-12-29 11:27:11 +01:00
parent 107cdd508b
commit 15eed40550
9 changed files with 128 additions and 126 deletions

View file

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