UIQ3 update, some makefile unification, rm old configs, stuff
[picodrive.git] / Pico / Pico.c
index b5e4e28..296d5d5 100644 (file)
@@ -15,7 +15,7 @@ struct Pico Pico;
 int PicoOpt = 0;\r
 int PicoSkipFrame = 0; // skip rendering frame?\r
 int emustatus = 0;     // rapid_ym2612, multi_ym_updates\r
-int PicoPad[2];        // Joypads, format is SACB RLDU\r
+int PicoPad[2];        // Joypads, format is MXYZ SACB RLDU\r
 int PicoPadInt[2];     // internal copy\r
 int PicoAHW = 0;       // active addon hardware: scd_active, 32x_active, svp_active, pico_active\r
 int PicoRegionOverride = 0; // override the region detection 0: Auto, 1: Japan NTSC, 2: Japan PAL, 4: US, 8: Europe\r
@@ -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