X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2FArea.c;h=293c2614b73b1c9e0433bf6f81282fd79c223b72;hb=bdec53c90b6e53990fc206cabaec31b844f34d1e;hp=0ec25ecc49b85415e2ec0ee3e4b0968ef84a7fa1;hpb=1ca2ea4f60d990a4240a387fdde78a87f77f30f1;p=picodrive.git diff --git a/Pico/Area.c b/Pico/Area.c index 0ec25ec..293c261 100644 --- a/Pico/Area.c +++ b/Pico/Area.c @@ -138,7 +138,6 @@ static int PicoAreaScan(int PmovAction,unsigned int ver, void *PmovFile) // Pack, scan and unpack the cpu data: if((PmovAction&3)==1) PicoAreaPackCpu(cpu, 0); - //SekInit(); // notaz: do we really have to do this here? //PicoMemInit(); SCAN_VAR(cpu,"cpu") if((PmovAction&3)==2) PicoAreaUnpackCpu(cpu, 0);