X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2Fcarthw%2Fsvp%2Fsvp.c;h=f41bdea338456f6c68aa96589a8678f33f41713b;hb=e477f8f74fb04f920d1d381df6c2d337c58f3ab1;hp=e76c7ce86501c302be4a9c9d7166983b182b8125;hpb=bad5731da9c9131112dafc9320b5078eb2536232;p=picodrive.git diff --git a/Pico/carthw/svp/svp.c b/Pico/carthw/svp/svp.c index e76c7ce..f41bdea 100644 --- a/Pico/carthw/svp/svp.c +++ b/Pico/carthw/svp/svp.c @@ -109,6 +109,7 @@ void PicoSVPStartup(void) elprintf(EL_SVP, "SVP init"); +PicoOpt |= 0x20000; tmp = realloc(Pico.rom, 0x200000 + sizeof(*svp)); if (tmp == NULL) {