start new makefile, migrate to libpicofe

This commit is contained in:
notaz 2013-06-22 19:16:08 +03:00
parent 4685e5a10e
commit e743be2070
47 changed files with 246 additions and 6342 deletions

View file

@ -458,7 +458,7 @@ static unsigned char *PicoCartAlloc(int filesize, int is_sms)
// Allocate space for the rom plus padding
// use special address for 32x dynarec
rom = plat_mmap(0x02000000, rom_alloc_size);
rom = plat_mmap(0x02000000, rom_alloc_size, 0, 0);
return rom;
}