X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=pico%2Fcart.c;h=b060079b4724538544375e8e0c5cebbe21004174;hb=fb7a7fea8735400818773dd47f1e6913bd1ceecf;hp=8ac330ad56cd4d839df16dfb4d2886d563fcaef1;hpb=b4db550e41b2aa277f570d7bff890c8e8ee1831f;p=picodrive.git diff --git a/pico/cart.c b/pico/cart.c index 8ac330a..b060079 100644 --- a/pico/cart.c +++ b/pico/cart.c @@ -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; }