mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
start new makefile, migrate to libpicofe
This commit is contained in:
parent
4685e5a10e
commit
e743be2070
47 changed files with 246 additions and 6342 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue