UIQ3 update, some makefile unification, rm old configs, stuff
[picodrive.git] / Pico / Pico.c
index 6bf28b6..296d5d5 100644 (file)
@@ -49,6 +49,7 @@ void PicoExit(void)
 {\r
   if (PicoAHW & PAHW_MCD)\r
     PicoExitMCD();\r
+  PicoCartUnload();\r
   z80_exit();\r
 \r
   if (SRam.data) free(SRam.data); SRam.data=0;\r