optimizations, fixes, hacks, psp, ...
[picodrive.git] / Pico / cd / Pico.c
index a97e325..0847f29 100644 (file)
@@ -79,6 +79,7 @@ PICO_INTERNAL int PicoResetMCD(int hard)
   SRam.data = NULL;
   if (PicoOpt&0x8000)
     SRam.data = calloc(1, 0x12000);
+  SRam.start = SRam.end = 0; // unused
 
   return 0;
 }