X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Freadme.txt;h=be1b7bf55cb29e35525e0f1fac76a939c6d8c31c;hb=e849512f15a68e71f01c392b0b9719e192154371;hp=ee8ca859b2bce79e50a05da79e24a71096edcbd8;hpb=4e8a534cecffcc60e96c9fefdb821cc1a09a1eba;p=picodrive.git diff --git a/platform/readme.txt b/platform/readme.txt index ee8ca85..be1b7bf 100644 --- a/platform/readme.txt +++ b/platform/readme.txt @@ -209,8 +209,11 @@ GP2X: * Dzz for his ARM940 sample code. * GnoStiC & Puck2099 for USB joystick support. * Hermes PS2R, god_at_hell for the CpuCtrl library. +* A_SN for his gamma code. * craigix for supplying the GP2X hardware and making this port possible. * Alex for the icon. +* ketchupgun for the skin. +* All the people from gp32x boards for their support. Symbian: * Peter van Sebille for his various open-source Symbian projects to learn from. @@ -224,6 +227,13 @@ Symbian: Changelog --------- +1.332 + + Some new optimizations in memory handlers, and for shadow/hilight mode. + + Added some hacks to make more games work without enabling "accurate timing". + * Fixed hang of NBA Jam (ingame saves do not work though). + * Adjusted timing for "accurate timing" mode and added preliminary VDP FIFO + emulation. Fixes Double Dragon 2, tearing in Chaos Engine and some other games. + 1.33 * Updated Cyclone core to 0.0088. + Added A r k's usbjoy fix. @@ -235,11 +245,17 @@ Changelog * Fixed a problem where >6MB mp3s were corrupted in memory (sound glitches in Snatcher). * PD no longer overwrites video player code in memory, video player now can be - used after exitting PicoDrive. + used after exiting PicoDrive. * Fixed a bug which was causing Sonic 3 code to deadlock in some rare conditions if "accurate timing" was not enabled. * Fixed support for large hacked ROMs like "Ultimate Mortal Kombat Trilogy". Upto 10MB hacked ROMs are supported now. + + Config profiles added (press left/right when saving config). + * Changed key configuration behavior to the one from gpfce (should be more + intuitive). + + Added some skinning capabilities to the menu system with default skin by + ketchupgun. Delete skin directory if you want old behaviour. + * Some other little tweaks I forgot about. 1.32 + Added some new scaling options.