1.50a changelog
[libpicofe.git] / base_readme.txt
index 71b2b5e..40a6a77 100644 (file)
@@ -33,7 +33,7 @@ How to make it run
 ------------------\r
 \r
 #ifdef GP2X\r
-Copy PicoDrive.gpe, pico940_v2.bin and mmuhack.o to any place in your filesystem\r
+Copy PicoDrive.gpe, pico940_v3.bin and mmuhack.o to any place in your filesystem\r
 (all 3 files must be in the same directory) and run PicoDrive.gpe.\r
 Then load a ROM and enjoy! ROMs can be in .smd or .bin format and can be zipped.\r
 \r
@@ -107,7 +107,7 @@ mp3pro).
 \r
 ISO files can also be .cso compressed or zipped (but not mp3 files, as they\r
 are already compressed). CSO will cause slightly longer loading times, and\r
-is not very good for FMV games. Zipping ISOs is not recommened, as it will\r
+is not very good for FMV games. Zipping ISOs is not recommended, as it will\r
 cause very long (several minute) loading times, and make some games\r
 unplayable. File naming is similar as with uncompressed ISOs.\r
 Example:\r
@@ -643,6 +643,14 @@ Additional thanks
 \r
 Changelog\r
 ---------\r
+1.50a\r
+  * Improved bin_to_cso_mp3 tool, it should no longer complain about\r
+    missing lame.exe even if it's in working dir.\r
+  * Fixed a regression from 1.50, which caused slowdowns in Final Fight.\r
+  * Fixed some regressions from 1.50 related to sprite limit and palette\r
+    handling (caused graphical glitches in some games).\r
+  * Some other minor adjustments.\r
+\r
 1.50\r
   + Added some basic support for Sega Pico, a MegaDrive-based toy.\r
   + Added proper support for cue/bin images, including cdda playback.\r
@@ -650,20 +658,21 @@ Changelog
     supported too (but 44kHz restriction still applies).\r
   + Added bin_to_cso_mp3 tool, based on Exophase's bin_to_iso_ogg.\r
     The tool can convert .cue/.bin Sega CD images to .cso/.mp3.\r
+  * Greatly improved Sega CD load times.\r
   * Changed how scheduling between 68k and z80 is handled. Improves\r
     performance for some games. Credits to Lordus for the idea.\r
   * YM2612 state was not 100% saved, this should be better now.\r
   * Improved renderer performance for shadow/hilight mode.\r
   * Added a hack for YM2612 frequency overflow issue (bleep noises\r
     in Shaq Fu, Spider-Man - The Animated Series (intro music), etc.)\r
-    Credits to Nemesis @ spritesmind forum. Works only sound rate\r
+    Credits to Nemesis @ spritesmind forum. Works only if sound rate\r
     is set to 44kHz.\r
   + Implemented some sprite rendering improvements, as suggested by\r
     Exophase. Games with lots of sprites now perform better.\r
   + Added better idle loop detection, based on Lordus' idea again.\r
-  * "accurate timing" option removed, as disabling it no longer\r
+  - "accurate timing" option removed, as disabling it no longer\r
     improves performance.\r
-  * "accurate sprites" was removed too, the new sprite code can\r
+  - "accurate sprites" was removed too, the new sprite code can\r
     properly handle sprite priorities in all cases.\r
   * Timers adjusted again.\r
   * Improved .smd detection code.\r
@@ -674,6 +683,7 @@ Changelog
   * Fixed a bug in Sega CD savestate loader, where the game would\r
     sometimes crash after load.\r
   * Fixed a crash of games using eeprom (introduced in 1.40b).\r
+  * PSP: fixed suspend/resume (hopefully for real).\r
 \r
 1.40c\r
   * Fixed a problem with sound in Marble Madness.\r