minor psp stuff
[libpicofe.git] / base_readme.txt
index 3e6e48d..36d0d89 100644 (file)
@@ -324,6 +324,12 @@ This one adjusts the LCD refresh rate to better match game's refresh rate and st
 synchronizing rendering with it. Should make scrolling smoother and eliminate tearing.\r
 \r
 #endif\r
+@@1. "Disable sprite limit"\r
+The MegaDrive/Genesis had a limit on how many sprites (usually smaller moving\r
+objects) can be displayed on single line. This option allows to disable that\r
+limit. Note that some games used this to hide unwanted things, so it is not\r
+always good to enable this option.\r
+\r
 @@1. "Emulate Z80"\r
 Enables emulation of Z80 chip, which was mostly used to drive the other sound chips.\r
 Some games do complex sync with it, so you must enable it even if you don't use\r
@@ -434,6 +440,13 @@ Same as above, only for higher (320 pixel wide) resolution using games.
 If this is enabled, PSP hardware will apply bilinear filtering on the resulting image,\r
 making it smoother, but blurry.\r
 \r
+@@3. "Gamma adjustment"\r
+Color gamma can be adjusted with this.\r
+\r
+@@3. "Black level"\r
+This can be used to reduce unwanted "ghosting" effect for dark games, by making\r
+black pixels brighter. Use in conjunction with "gamma adjustment" for more effect.\r
+\r
 @@3. "Wait for vsync"\r
 Wait for the screen to finish updating before switching to next frame, to avoid tearing.\r
 There are 3 options:\r
@@ -636,8 +649,16 @@ Additional thanks
 \r
 Changelog\r
 ---------\r
+1.40b\r
+  * Fixed sprite masking code. Thanks to Lordus for explaining how it works.\r
+  + Added "disable sprite limit" option.\r
+  + PSP: added black level adjustment to display options.\r
+  * Changed reset to act as 'soft' reset.\r
+  + Added detection for Puggsy (it doesn't really have sram).\r
+  * Some small timing adjustments.\r
+\r
 1.40a\r
-  * Fixed a binding problem with up and down keys.\r
+  * GP2X: Fixed a binding problem with up and down keys.\r
   * Default game config no longer overrides global user config.\r
 \r
 1.40\r
@@ -648,16 +669,17 @@ Changelog
     configs are now held in single file (but old game config files are still\r
     read when new one is missing).\r
   * Fixed a bug where some key combos didn't work as expected.\r
-  * Fixed a regression in renderer (some graphic glitches in rare cases).\r
+  * Fixed a regression in renderer (ARM ports only, some graphic glitches in\r
+    rare cases).\r
   * Adjusted fast renderer to work with more games, including VR.\r
   * Fixed a problem where SegaCD RAM cart data was getting lost on reset.\r
-  * Greatly reduced SegaCD FMV game slowdowns by disabling read-ahead in the\r
-    Linux kernel and C library (thanks to Rokas and Exophase for ideas again).\r
-    Be sure to keep "ReadAhead buffer" OFF to avoid slowdowns.\r
+  * GP2X: Greatly reduced SegaCD FMV game slowdowns by disabling read-ahead\r
+    in the Linux kernel and C library (thanks to Rokas and Exophase for ideas\r
+    again). Be sure to keep "ReadAhead buffer" OFF to avoid slowdowns.\r
   + PicoDrive now comes with a game config file for some games which need\r
     special settings, so they should now work out-of-the-box. More games will\r
     be added with later updates.\r
-  + Files now can be deleted by pressing A+SELECT in the file browser.\r
+  + GP2X: Files now can be deleted by pressing A+SELECT in the file browser.\r
 \r
 1.35b\r
   * PSP: mp3 code should no longer fail on 1.5 firmware.\r